Update docker-compose.yml

comment network definitions
This commit is contained in:
LRVT 2023-02-26 03:48:03 +01:00 committed by GitHub
parent 8d534bc0cf
commit b8ceb15c71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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