Fix docker config
This commit is contained in:
parent
695237b258
commit
e8d639b1d7
|
@ -1,15 +1,15 @@
|
||||||
DB_USERNAME=postgres_user
|
DB_USERNAME=postgres_user
|
||||||
DB_PASSWORD=postgres_password
|
DB_PASSWORD=postgres_password
|
||||||
PEERTUBE_WEBSERVER_HOSTNAME=my.domain.tld
|
PEERTUBE_WEBSERVER_HOSTNAME=domain.tld
|
||||||
PEERTUBE_WEBSERVER_PORT=443
|
PEERTUBE_WEBSERVER_PORT=443
|
||||||
PEERTUBE_WEBSERVER_HTTPS=true
|
PEERTUBE_WEBSERVER_HTTPS=true
|
||||||
PEERTUBE_SMTP_USERNAME=
|
PEERTUBE_SMTP_USERNAME=
|
||||||
PEERTUBE_SMTP_PASSWORD=
|
PEERTUBE_SMTP_PASSWORD=
|
||||||
PEERTUBE_SMTP_HOSTNAME=
|
PEERTUBE_SMTP_HOSTNAME=
|
||||||
PEERTUBE_SMTP_PORT=25
|
PEERTUBE_SMTP_PORT=25
|
||||||
PEERTUBE_SMTP_FROM=noreply@peertube.domain.tld
|
PEERTUBE_SMTP_FROM=noreply@domain.tld
|
||||||
PEERTUBE_SMTP_TLS=true
|
PEERTUBE_SMTP_TLS=true
|
||||||
|
PEERTUBE_ADMIN_EMAIL=admin@domain.tld
|
||||||
# /!\ Prefer to use the PeerTube admin interface to set the following configurations /!\
|
# /!\ Prefer to use the PeerTube admin interface to set the following configurations /!\
|
||||||
#PEERTUBE_ADMIN_EMAIL=admin@domain.tld
|
|
||||||
#PEERTUBE_SIGNUP_ENABLED=true
|
#PEERTUBE_SIGNUP_ENABLED=true
|
||||||
#PEERTUBE_TRANSCODING_ENABLED=true
|
#PEERTUBE_TRANSCODING_ENABLED=true
|
||||||
|
|
Loading…
Reference in New Issue