2020-02-24 08:30:14 -06:00
|
|
|
POSTGRES_USER=<MY POSTGRES USERNAME>
|
|
|
|
POSTGRES_PASSWORD=<MY POSTGRES PASSWORD>
|
|
|
|
POSTGRES_DB=<MY POSTGRES DB>
|
|
|
|
PEERTUBE_DB_USERNAME=<MY POSTGRES USERNAME>
|
|
|
|
PEERTUBE_DB_PASSWORD=<MY POSTGRES PASSWORD>
|
|
|
|
# PEERTUBE_DB_HOSTNAME is the Postgres service name in docker-compose.yml
|
2019-11-18 02:38:05 -06:00
|
|
|
PEERTUBE_DB_HOSTNAME=postgres
|
2020-02-24 08:30:14 -06:00
|
|
|
PEERTUBE_WEBSERVER_HOSTNAME=<MY DOMAIN>
|
2018-06-02 01:36:49 -05:00
|
|
|
PEERTUBE_WEBSERVER_PORT=443
|
2018-06-04 07:45:58 -05:00
|
|
|
PEERTUBE_WEBSERVER_HTTPS=true
|
2018-10-22 12:11:01 -05:00
|
|
|
# If you need more than one IP as trust_proxy
|
|
|
|
# pass them as a comma separated array:
|
2019-05-21 05:25:00 -05:00
|
|
|
PEERTUBE_TRUST_PROXY=["127.0.0.1", "loopback", "172.18.0.0/16"]
|
2019-03-08 08:38:22 -06:00
|
|
|
#PEERTUBE_SMTP_USERNAME=
|
|
|
|
#PEERTUBE_SMTP_PASSWORD=
|
2018-11-21 08:35:26 -06:00
|
|
|
PEERTUBE_SMTP_HOSTNAME=postfix
|
2018-06-02 01:36:49 -05:00
|
|
|
PEERTUBE_SMTP_PORT=25
|
2020-02-24 08:30:14 -06:00
|
|
|
PEERTUBE_SMTP_FROM=noreply@<MY DOMAIN>
|
2019-03-08 08:38:22 -06:00
|
|
|
PEERTUBE_SMTP_TLS=false
|
2018-06-27 01:54:24 -05:00
|
|
|
PEERTUBE_SMTP_DISABLE_STARTTLS=false
|
2020-02-24 08:30:14 -06:00
|
|
|
PEERTUBE_ADMIN_EMAIL=<MY EMAIL ADDRESS>
|
|
|
|
POSTFIX_myhostname=<MY DOMAIN>
|
2020-03-10 09:14:19 -05:00
|
|
|
# If you need to generate a list of sub/DOMAIN keys
|
|
|
|
# pass them as a whitespace separated string <DOMAIN>=<selector>
|
|
|
|
OPENDKIM_DOMAINS=<MY DOMAIN>=peertube
|
2020-02-24 08:30:14 -06:00
|
|
|
TRAEFIK_ACME_EMAIL=<MY EMAIL ADDRESS>
|
|
|
|
# If you need to obtain ACME certificates for more than one DOMAIN
|
|
|
|
# pass them as a comma separated string
|
|
|
|
TRAEFIK_ACME_DOMAINS=<MY DOMAIN>
|
2018-06-04 07:45:58 -05:00
|
|
|
# /!\ Prefer to use the PeerTube admin interface to set the following configurations /!\
|
2018-06-05 07:04:51 -05:00
|
|
|
#PEERTUBE_SIGNUP_ENABLED=true
|
|
|
|
#PEERTUBE_TRANSCODING_ENABLED=true
|
2019-01-09 08:14:29 -06:00
|
|
|
#PEERTUBE_CONTACT_FORM_ENABLED=true
|