mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-11-23 08:54:27 +01:00
Update docker-compose.yml
add network definitions as comment
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user