mirror of
https://github.com/Thumbscrew/nextcloud-docker-compose.git
synced 2025-01-18 17:45:46 +00:00
add configurable frontend proxy network
This commit is contained in:
parent
a6d7921676
commit
2df8d080b3
@ -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
|
||||||
|
@ -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:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user