]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - support/docker/production/.env
Minor update to the OpenAPI: instance config recent additions
[github/Chocobozzz/PeerTube.git] / support / docker / production / .env
CommitLineData
e2882b2c
L
1POSTGRES_USER=peertube
2POSTGRES_PASSWORD=peertube
3POSTGRES_DB=peertube
4PEERTUBE_DB_USERNAME=$(POSTGRES_USER)
5PEERTUBE_DB_PASSWORD=$(POSTGRES_PASSWORD)
6PEERTUBE_DB_HOSTNAME=postgres
e8d639b1 7PEERTUBE_WEBSERVER_HOSTNAME=domain.tld
f83e339b 8PEERTUBE_WEBSERVER_PORT=443
632f9815 9PEERTUBE_WEBSERVER_HTTPS=true
eff7cdd7
L
10# If you need more than one IP as trust_proxy
11# pass them as a comma separated array:
1bab2bbc 12PEERTUBE_TRUST_PROXY=["127.0.0.1", "loopback", "172.18.0.0/16"]
b427febb
FA
13#PEERTUBE_SMTP_USERNAME=
14#PEERTUBE_SMTP_PASSWORD=
fef13f14 15PEERTUBE_SMTP_HOSTNAME=postfix
f83e339b 16PEERTUBE_SMTP_PORT=25
e8d639b1 17PEERTUBE_SMTP_FROM=noreply@domain.tld
b427febb 18PEERTUBE_SMTP_TLS=false
0892f756 19PEERTUBE_SMTP_DISABLE_STARTTLS=false
e8d639b1 20PEERTUBE_ADMIN_EMAIL=admin@domain.tld
e2882b2c 21POSTFIX_myhostname=${PEERTUBE_WEBSERVER_HOSTNAME}
632f9815 22# /!\ Prefer to use the PeerTube admin interface to set the following configurations /!\
d4d5853e
C
23#PEERTUBE_SIGNUP_ENABLED=true
24#PEERTUBE_TRANSCODING_ENABLED=true
a4101923 25#PEERTUBE_CONTACT_FORM_ENABLED=true