aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/docker/production/config
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-05-07 18:39:42 +0200
committerChocobozzz <me@florianbigard.com>2018-05-07 18:41:10 +0200
commitfd5e57bbe2accbdb16b6aa65337c5ef44b5bd8fb (patch)
tree7865c16ce0f4be446d0e54174ef5c210917c7f46 /support/docker/production/config
parentd9c1882dd050f4a867a4bbfc3667424e41694ae1 (diff)
downloadPeerTube-fd5e57bbe2accbdb16b6aa65337c5ef44b5bd8fb.tar.gz
PeerTube-fd5e57bbe2accbdb16b6aa65337c5ef44b5bd8fb.tar.zst
PeerTube-fd5e57bbe2accbdb16b6aa65337c5ef44b5bd8fb.zip
Docker config directory as volume
Diffstat (limited to 'support/docker/production/config')
-rw-r--r--support/docker/production/config/custom-environment-variables.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/support/docker/production/config/custom-environment-variables.yaml b/support/docker/production/config/custom-environment-variables.yaml
index bcae32079..e157aaea9 100644
--- a/support/docker/production/config/custom-environment-variables.yaml
+++ b/support/docker/production/config/custom-environment-variables.yaml
@@ -1,10 +1,10 @@
1webserver: 1webserver:
2 hostname: "PEERTUBE_HOSTNAME" 2 hostname: "PEERTUBE_WEBSERVER_HOSTNAME"
3 port: 3 port:
4 __name: "PEERTUBE_PORT" 4 __name: "PEERTUBE_WEBSERVER_PORT"
5 __format: "json" 5 __format: "json"
6 https: 6 https:
7 __name: "PEERTUBE_HTTPS" 7 __name: "PEERTUBE_WEBSERVER_HTTPS"
8 __format: "json" 8 __format: "json"
9 9
10database: 10database: