http2pic/docker-compose-dev.yml
Chris 469ef7f5ea
Some checks failed
ci / docker (push) Failing after 11m20s
container and dev preparations
2025-06-10 10:39:47 +02:00

19 lines
326 B
YAML

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