Update docker-compose.yml

add network definitions as comment
This commit is contained in:
LRVT 2023-11-05 15:46:03 +01:00 committed by GitHub
parent 061c27db76
commit beaadd2d55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,8 @@ services:
ports:
- 5000:5000
restart: unless-stopped
#networks:
- proxy
#labels:
# - traefik.enable=true
# - traefik.http.routers.changedetection.rule=Host(`changedetection.example.com`)
@ -19,3 +21,7 @@ services:
# - traefik.docker.network=proxy
# # Part for local lan services only; disable to expose externally
# - traefik.http.routers.changedetection.middlewares=local-ipwhitelist@file,basic-auth@file
#networks:
# proxy:
# external: true