]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - support/docker/production/.env
Merge branch 'release/2.1.0' into develop
[github/Chocobozzz/PeerTube.git] / support / docker / production / .env
1 POSTGRES_USER=<MY POSTGRES USERNAME>
2 POSTGRES_PASSWORD=<MY POSTGRES PASSWORD>
3 POSTGRES_DB=<MY POSTGRES DB>
4 PEERTUBE_DB_USERNAME=<MY POSTGRES USERNAME>
5 PEERTUBE_DB_PASSWORD=<MY POSTGRES PASSWORD>
6 # PEERTUBE_DB_HOSTNAME is the Postgres service name in docker-compose.yml
7 PEERTUBE_DB_HOSTNAME=postgres
8 PEERTUBE_WEBSERVER_HOSTNAME=<MY DOMAIN>
9 PEERTUBE_WEBSERVER_PORT=443
10 PEERTUBE_WEBSERVER_HTTPS=true
11 # If you need more than one IP as trust_proxy
12 # pass them as a comma separated array:
13 PEERTUBE_TRUST_PROXY=["127.0.0.1", "loopback", "172.18.0.0/16"]
14 #PEERTUBE_SMTP_USERNAME=
15 #PEERTUBE_SMTP_PASSWORD=
16 PEERTUBE_SMTP_HOSTNAME=postfix
17 PEERTUBE_SMTP_PORT=25
18 PEERTUBE_SMTP_FROM=noreply@<MY DOMAIN>
19 PEERTUBE_SMTP_TLS=false
20 PEERTUBE_SMTP_DISABLE_STARTTLS=false
21 PEERTUBE_ADMIN_EMAIL=<MY EMAIL ADDRESS>
22 POSTFIX_myhostname=<MY DOMAIN>
23 TRAEFIK_ACME_EMAIL=<MY EMAIL ADDRESS>
24 # If you need to obtain ACME certificates for more than one DOMAIN
25 # pass them as a comma separated string
26 TRAEFIK_ACME_DOMAINS=<MY DOMAIN>
27 # /!\ Prefer to use the PeerTube admin interface to set the following configurations /!\
28 #PEERTUBE_SIGNUP_ENABLED=true
29 #PEERTUBE_TRANSCODING_ENABLED=true
30 #PEERTUBE_CONTACT_FORM_ENABLED=true