container and dev preparations
Some checks failed
ci / docker (push) Failing after 11m20s

This commit is contained in:
2025-06-10 10:39:47 +02:00
parent fbe7613f97
commit 469ef7f5ea
7 changed files with 48 additions and 17 deletions

18
docker-compose-dev.yml Normal file
View File

@@ -0,0 +1,18 @@
version: '3.3'
services:
http2pic:
build:
context: .
dockerfile: docker/Dockerfile
restart: unless-stopped
volumes:
- ./cache:/srv/cache
- ./src:/srv/src
- ./web:/srv/web
- ./logs:/srv/logs
environment:
- URL=http://localhost:8080
ports:
- 8080:80