http2pic/docker-compose-dev.yml
2025-06-10 11:23:45 +02:00

19 lines
326 B
YAML
Executable File

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