This commit is contained in:
Fede Luzzi 2024-07-24 18:30:25 -03:00
parent 7a3266d666
commit 774f6a0b1d

View File

@ -1,13 +1,16 @@
services:
traefik-frontend:
container_name: traefik-frontend
restart: unless-stopped
build:
context: .
dockerfile: Dockerfile
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
environment:
FLASK_ENV: development
- FLASK_ENV=development
- PUID=1000
- PGID=1000
networks:
- web
labels: