]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - support/docker/production/.env
Add support for HLS in the Docker container. (#2324)
[github/Chocobozzz/PeerTube.git] / support / docker / production / .env
1 POSTGRES_USER=peertube
2 POSTGRES_PASSWORD=peertube
3 POSTGRES_DB=peertube
4 PEERTUBE_DB_USERNAME=$(POSTGRES_USER)
5 PEERTUBE_DB_PASSWORD=$(POSTGRES_PASSWORD)
6 PEERTUBE_DB_HOSTNAME=postgres
7 PEERTUBE_WEBSERVER_HOSTNAME=domain.tld
8 PEERTUBE_WEBSERVER_PORT=443
9 PEERTUBE_WEBSERVER_HTTPS=true
10 # If you need more than one IP as trust_proxy
11 # pass them as a comma separated array:
12 PEERTUBE_TRUST_PROXY=["127.0.0.1", "loopback", "172.18.0.0/16"]
13 #PEERTUBE_SMTP_USERNAME=
14 #PEERTUBE_SMTP_PASSWORD=
15 PEERTUBE_SMTP_HOSTNAME=postfix
16 PEERTUBE_SMTP_PORT=25
17 PEERTUBE_SMTP_FROM=noreply@domain.tld
18 PEERTUBE_SMTP_TLS=false
19 PEERTUBE_SMTP_DISABLE_STARTTLS=false
20 PEERTUBE_ADMIN_EMAIL=admin@domain.tld
21 POSTFIX_myhostname=${PEERTUBE_WEBSERVER_HOSTNAME}
22 # /!\ Prefer to use the PeerTube admin interface to set the following configurations /!\
23 #PEERTUBE_SIGNUP_ENABLED=true
24 #PEERTUBE_TRANSCODING_ENABLED=true
25 #PEERTUBE_CONTACT_FORM_ENABLED=true