mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-02-17 13:58:12 +00:00
Update docker-compose.yml
comment network definitions
This commit is contained in:
parent
8d534bc0cf
commit
b8ceb15c71
|
@ -12,8 +12,8 @@ services:
|
|||
disable: true
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
networks:
|
||||
- proxy
|
||||
#networks:
|
||||
# - proxy
|
||||
#volumes:
|
||||
# - ./:/opt/node_app/app:delegated
|
||||
# - ./package.json:/opt/node_app/package.json
|
||||
|
@ -27,6 +27,6 @@ services:
|
|||
# # Part for local lan services only; disable to expose externally
|
||||
# - traefik.http.routers.excalidraw.middlewares=local-ipwhitelist@file
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
#networks:
|
||||
# proxy:
|
||||
# external: true
|
||||
|
|
Loading…
Reference in New Issue
Block a user