]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - support/docker/production/.env
Fix plugin storeData
[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 # If you need to generate a list of sub/DOMAIN keys
24 # pass them as a whitespace separated string <DOMAIN>=<selector>
25 OPENDKIM_DOMAINS=<MY DOMAIN>=peertube
26 TRAEFIK_ACME_EMAIL=<MY EMAIL ADDRESS>
27 # If you need to obtain ACME certificates for more than one DOMAIN
28 # pass them as a comma separated string
29 TRAEFIK_ACME_DOMAINS=<MY DOMAIN>
30 # /!\ Prefer to use the PeerTube admin interface to set the following configurations /!\
31 #PEERTUBE_SIGNUP_ENABLED=true
32 #PEERTUBE_TRANSCODING_ENABLED=true
33 #PEERTUBE_CONTACT_FORM_ENABLED=true