]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - support/docker/production/.env
Fix docker-compose setup so Peertube sees correct IP
[github/Chocobozzz/PeerTube.git] / support / docker / production / .env
1 PEERTUBE_DB_USERNAME=postgres_user
2 PEERTUBE_DB_PASSWORD=postgres_password
3 PEERTUBE_WEBSERVER_HOSTNAME=domain.tld
4 PEERTUBE_WEBSERVER_PORT=443
5 PEERTUBE_WEBSERVER_HTTPS=true
6 # If you need more than one IP as trust_proxy
7 # pass them as a comma separated array:
8 PEERTUBE_TRUST_PROXY=["127.0.0.1", "loopback", "172.18.0.0/16"]
9 #PEERTUBE_SMTP_USERNAME=
10 #PEERTUBE_SMTP_PASSWORD=
11 PEERTUBE_SMTP_HOSTNAME=postfix
12 PEERTUBE_SMTP_PORT=25
13 PEERTUBE_SMTP_FROM=noreply@domain.tld
14 PEERTUBE_SMTP_TLS=false
15 PEERTUBE_SMTP_DISABLE_STARTTLS=false
16 PEERTUBE_ADMIN_EMAIL=admin@domain.tld
17 # /!\ Prefer to use the PeerTube admin interface to set the following configurations /!\
18 #PEERTUBE_SIGNUP_ENABLED=true
19 #PEERTUBE_TRANSCODING_ENABLED=true
20 #PEERTUBE_CONTACT_FORM_ENABLED=true