]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - support/docker/production/.env
Allow SSL database parameter (#4114)
[github/Chocobozzz/PeerTube.git] / support / docker / production / .env
CommitLineData
148ab2f0 1# Database / Postgres service configuration
e962e1c3
K
2POSTGRES_USER=<MY POSTGRES USERNAME>
3POSTGRES_PASSWORD=<MY POSTGRES PASSWORD>
148ab2f0
K
4# Postgres database name "peertube"
5POSTGRES_DB=peertube
6# Editable only with a suffix :
7#POSTGRES_DB=peertube_prod
8#PEERTUBE_DB_SUFFIX=_prod
e962e1c3
K
9PEERTUBE_DB_USERNAME=<MY POSTGRES USERNAME>
10PEERTUBE_DB_PASSWORD=<MY POSTGRES PASSWORD>
d35c81fa 11PEERTUBE_DB_SSL=false
148ab2f0 12# Default to Postgres service name "postgres" in docker-compose.yml
e2882b2c 13PEERTUBE_DB_HOSTNAME=postgres
148ab2f0
K
14
15# Server configuration
e962e1c3 16PEERTUBE_WEBSERVER_HOSTNAME=<MY DOMAIN>
148ab2f0
K
17# If you do not use https and a reverse-proxy in docker-compose.yml
18#PEERTUBE_WEBSERVER_PORT=80
19#PEERTUBE_WEBSERVER_HTTPS=false
eff7cdd7
L
20# If you need more than one IP as trust_proxy
21# pass them as a comma separated array:
1bab2bbc 22PEERTUBE_TRUST_PROXY=["127.0.0.1", "loopback", "172.18.0.0/16"]
148ab2f0
K
23
24# E-mail configuration
25# If you use a Custom SMTP server
b427febb
FA
26#PEERTUBE_SMTP_USERNAME=
27#PEERTUBE_SMTP_PASSWORD=
148ab2f0
K
28# Default to Postfix service name "postfix" in docker-compose.yml
29# May be the hostname of your Custom SMTP server
fef13f14 30PEERTUBE_SMTP_HOSTNAME=postfix
f83e339b 31PEERTUBE_SMTP_PORT=25
e962e1c3 32PEERTUBE_SMTP_FROM=noreply@<MY DOMAIN>
b427febb 33PEERTUBE_SMTP_TLS=false
0892f756 34PEERTUBE_SMTP_DISABLE_STARTTLS=false
e962e1c3 35PEERTUBE_ADMIN_EMAIL=<MY EMAIL ADDRESS>
148ab2f0
K
36
37# Postfix service configuration
e962e1c3 38POSTFIX_myhostname=<MY DOMAIN>
cd7ec86f 39# If you need to generate a list of sub/DOMAIN keys
40# pass them as a whitespace separated string <DOMAIN>=<selector>
41OPENDKIM_DOMAINS=<MY DOMAIN>=peertube
0283fe98
K
42# see https://github.com/wader/postfix-relay/pull/18
43OPENDKIM_RequireSafeKeys=no
148ab2f0 44
632f9815 45# /!\ Prefer to use the PeerTube admin interface to set the following configurations /!\
d4d5853e
C
46#PEERTUBE_SIGNUP_ENABLED=true
47#PEERTUBE_TRANSCODING_ENABLED=true
a4101923 48#PEERTUBE_CONTACT_FORM_ENABLED=true