]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - support/docker/production/.env
Fix migrations
[github/Chocobozzz/PeerTube.git] / support / docker / production / .env
... / ...
CommitLineData
1POSTGRES_USER=<MY POSTGRES USERNAME>
2POSTGRES_PASSWORD=<MY POSTGRES PASSWORD>
3POSTGRES_DB=<MY POSTGRES DB>
4PEERTUBE_DB_USERNAME=<MY POSTGRES USERNAME>
5PEERTUBE_DB_PASSWORD=<MY POSTGRES PASSWORD>
6# PEERTUBE_DB_HOSTNAME is the Postgres service name in docker-compose.yml
7PEERTUBE_DB_HOSTNAME=postgres
8PEERTUBE_WEBSERVER_HOSTNAME=<MY DOMAIN>
9PEERTUBE_WEBSERVER_PORT=443
10PEERTUBE_WEBSERVER_HTTPS=true
11# If you need more than one IP as trust_proxy
12# pass them as a comma separated array:
13PEERTUBE_TRUST_PROXY=["127.0.0.1", "loopback", "172.18.0.0/16"]
14#PEERTUBE_SMTP_USERNAME=
15#PEERTUBE_SMTP_PASSWORD=
16PEERTUBE_SMTP_HOSTNAME=postfix
17PEERTUBE_SMTP_PORT=25
18PEERTUBE_SMTP_FROM=noreply@<MY DOMAIN>
19PEERTUBE_SMTP_TLS=false
20PEERTUBE_SMTP_DISABLE_STARTTLS=false
21PEERTUBE_ADMIN_EMAIL=<MY EMAIL ADDRESS>
22POSTFIX_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>
25OPENDKIM_DOMAINS=<MY DOMAIN>=peertube
26TRAEFIK_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
29TRAEFIK_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