add configurable frontend proxy network

This commit is contained in:
James 2022-09-27 19:06:07 +01:00
parent a6d7921676
commit 2df8d080b3
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
# docker # docker
VOLUME_PATH=/data/nextcloud VOLUME_PATH=/data/nextcloud
DOCKER_PROXY_EXT=false
DOCKER_PROXY_NETWORK=proxy DOCKER_PROXY_NETWORK=proxy
# nextcloud # nextcloud

View File

@ -12,7 +12,7 @@ secrets:
networks: networks:
frontend: frontend:
external: true external: ${DOCKER_PROXY_EXT-true}
name: ${DOCKER_PROXY_NETWORK} name: ${DOCKER_PROXY_NETWORK}
backend: backend: