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: services:
traefik-frontend: traefik-frontend:
container_name: traefik-frontend container_name: traefik-frontend
restart: unless-stopped
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro - /var/run/docker.sock:/var/run/docker.sock:ro
environment: environment:
FLASK_ENV: development - FLASK_ENV=development
- PUID=1000
- PGID=1000
networks: networks:
- web - web
labels: labels: