update
This commit is contained in:
parent
7a3266d666
commit
774f6a0b1d
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user