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