mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-04-25 14:13:36 +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
|
disable: true
|
||||||
environment:
|
environment:
|
||||||
- NODE_ENV=production
|
- NODE_ENV=production
|
||||||
networks:
|
#networks:
|
||||||
- proxy
|
# - proxy
|
||||||
#volumes:
|
#volumes:
|
||||||
# - ./:/opt/node_app/app:delegated
|
# - ./:/opt/node_app/app:delegated
|
||||||
# - ./package.json:/opt/node_app/package.json
|
# - ./package.json:/opt/node_app/package.json
|
||||||
@ -27,6 +27,6 @@ services:
|
|||||||
# # Part for local lan services only; disable to expose externally
|
# # Part for local lan services only; disable to expose externally
|
||||||
# - traefik.http.routers.excalidraw.middlewares=local-ipwhitelist@file
|
# - traefik.http.routers.excalidraw.middlewares=local-ipwhitelist@file
|
||||||
|
|
||||||
networks:
|
#networks:
|
||||||
proxy:
|
# proxy:
|
||||||
external: true
|
# external: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user