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