diff options
-rw-r--r-- | support/docker/production/.env | 1 | ||||
-rw-r--r-- | support/docker/production/docker-compose.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/support/docker/production/.env b/support/docker/production/.env index 1f0a8c63b..9edc183b6 100644 --- a/support/docker/production/.env +++ b/support/docker/production/.env | |||
@@ -9,6 +9,7 @@ PEERTUBE_SMTP_HOSTNAME= | |||
9 | PEERTUBE_SMTP_PORT=25 | 9 | PEERTUBE_SMTP_PORT=25 |
10 | PEERTUBE_SMTP_FROM=noreply@domain.tld | 10 | PEERTUBE_SMTP_FROM=noreply@domain.tld |
11 | PEERTUBE_SMTP_TLS=true | 11 | PEERTUBE_SMTP_TLS=true |
12 | PEERTUBE_SMTP_DISABLE_STARTTLS=false | ||
12 | PEERTUBE_ADMIN_EMAIL=admin@domain.tld | 13 | PEERTUBE_ADMIN_EMAIL=admin@domain.tld |
13 | # /!\ Prefer to use the PeerTube admin interface to set the following configurations /!\ | 14 | # /!\ Prefer to use the PeerTube admin interface to set the following configurations /!\ |
14 | #PEERTUBE_SIGNUP_ENABLED=true | 15 | #PEERTUBE_SIGNUP_ENABLED=true |
diff --git a/support/docker/production/docker-compose.yml b/support/docker/production/docker-compose.yml index c8b89d5a2..71e0ac6f7 100644 --- a/support/docker/production/docker-compose.yml +++ b/support/docker/production/docker-compose.yml | |||
@@ -35,6 +35,7 @@ services: | |||
35 | PEERTUBE_SMTP_PORT: ${PEERTUBE_SMTP_PORT} | 35 | PEERTUBE_SMTP_PORT: ${PEERTUBE_SMTP_PORT} |
36 | PEERTUBE_SMTP_FROM: ${PEERTUBE_SMTP_FROM} | 36 | PEERTUBE_SMTP_FROM: ${PEERTUBE_SMTP_FROM} |
37 | PEERTUBE_SMTP_TLS: ${PEERTUBE_SMTP_TLS} | 37 | PEERTUBE_SMTP_TLS: ${PEERTUBE_SMTP_TLS} |
38 | PEERTUBE_SMTP_DISABLE_STARTTLS: ${PEERTUBE_SMTP_DISABLE_STARTTLS} | ||
38 | PEERTUBE_ADMIN_EMAIL: ${PEERTUBE_ADMIN_EMAIL} | 39 | PEERTUBE_ADMIN_EMAIL: ${PEERTUBE_ADMIN_EMAIL} |
39 | # /!\ Prefer to use the PeerTube admin interface to set the following configurations /!\ | 40 | # /!\ Prefer to use the PeerTube admin interface to set the following configurations /!\ |
40 | # PEERTUBE_SIGNUP_ENABLED: ${PEERTUBE_SIGNUP_ENABLED} | 41 | # PEERTUBE_SIGNUP_ENABLED: ${PEERTUBE_SIGNUP_ENABLED} |