aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/docker/production/.env
diff options
context:
space:
mode:
Diffstat (limited to 'support/docker/production/.env')
-rw-r--r--support/docker/production/.env7
1 files changed, 4 insertions, 3 deletions
diff --git a/support/docker/production/.env b/support/docker/production/.env
index 70743e0ec..4e7b21ab6 100644
--- a/support/docker/production/.env
+++ b/support/docker/production/.env
@@ -12,10 +12,11 @@ PEERTUBE_DB_SSL=false
12# Default to Postgres service name "postgres" in docker-compose.yml 12# Default to Postgres service name "postgres" in docker-compose.yml
13PEERTUBE_DB_HOSTNAME=postgres 13PEERTUBE_DB_HOSTNAME=postgres
14 14
15# Server configuration 15# PeerTube server configuration
16# If you test PeerTube in local: use "peertube.localhost" and add this domain to your host file resolving on 127.0.0.1
16PEERTUBE_WEBSERVER_HOSTNAME=<MY DOMAIN> 17PEERTUBE_WEBSERVER_HOSTNAME=<MY DOMAIN>
17# If you do not use https and a reverse-proxy in docker-compose.yml 18# If you just want to test PeerTube on local
18#PEERTUBE_WEBSERVER_PORT=80 19#PEERTUBE_WEBSERVER_PORT=9000
19#PEERTUBE_WEBSERVER_HTTPS=false 20#PEERTUBE_WEBSERVER_HTTPS=false
20# If you need more than one IP as trust_proxy 21# If you need more than one IP as trust_proxy
21# pass them as a comma separated array: 22# pass them as a comma separated array: