mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2024-12-18 00:00:19 +00:00
Update docker-compose.yml
add missing network definitions as comments
This commit is contained in:
parent
a7fb961f09
commit
42cb7aac88
|
@ -11,6 +11,12 @@ services:
|
||||||
- portainer_data:/data
|
- portainer_data:/data
|
||||||
ports:
|
ports:
|
||||||
- 9443:9443
|
- 9443:9443
|
||||||
|
expose:
|
||||||
|
- 9443
|
||||||
|
- 9000
|
||||||
|
- 8000
|
||||||
|
#networks:
|
||||||
|
# - proxy
|
||||||
#labels:
|
#labels:
|
||||||
# - traefik.enable=true
|
# - traefik.enable=true
|
||||||
# - traefik.http.routers.portainer.rule=Host(`portainer.example.com`)
|
# - traefik.http.routers.portainer.rule=Host(`portainer.example.com`)
|
||||||
|
@ -19,6 +25,10 @@ services:
|
||||||
# # Part for local lan services only
|
# # Part for local lan services only
|
||||||
# - traefik.http.routers.portainer.middlewares=local-ipwhitelist@file
|
# - traefik.http.routers.portainer.middlewares=local-ipwhitelist@file
|
||||||
|
|
||||||
|
#networks:
|
||||||
|
# proxy:
|
||||||
|
# external: true
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
portainer_data:
|
portainer_data:
|
||||||
external: true
|
external: true
|
||||||
|
|
Loading…
Reference in New Issue
Block a user