aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/docker/production/docker-compose.yml
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-05-29 10:28:08 +0200
committerChocobozzz <me@florianbigard.com>2018-05-29 10:28:08 +0200
commit6401417d6c17f827c94e44dd27c85c771442630b (patch)
treed6168d31c292293d314f750c89d3f97264262386 /support/docker/production/docker-compose.yml
parent0c985c5a039c3dd942fa78330e83d5434bed66b0 (diff)
downloadPeerTube-6401417d6c17f827c94e44dd27c85c771442630b.tar.gz
PeerTube-6401417d6c17f827c94e44dd27c85c771442630b.tar.zst
PeerTube-6401417d6c17f827c94e44dd27c85c771442630b.zip
Add help in conf file regarding SMTP
Diffstat (limited to 'support/docker/production/docker-compose.yml')
-rw-r--r--support/docker/production/docker-compose.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/support/docker/production/docker-compose.yml b/support/docker/production/docker-compose.yml
index 5f8822ad3..32ee75113 100644
--- a/support/docker/production/docker-compose.yml
+++ b/support/docker/production/docker-compose.yml
@@ -32,6 +32,8 @@ services:
32 PEERTUBE_SIGNUP_ENABLED: "true" 32 PEERTUBE_SIGNUP_ENABLED: "true"
33 PEERTUBE_TRANSCODING_ENABLED: "true" 33 PEERTUBE_TRANSCODING_ENABLED: "true"
34 PEERTUBE_REDIS_HOSTNAME: redis 34 PEERTUBE_REDIS_HOSTNAME: redis
35 PEERTUBE_SMTP_USERNAME: null
36 PEERTUBE_SMTP_PASSWORD: null
35 PEERTUBE_SMTP_HOSTNAME: null 37 PEERTUBE_SMTP_HOSTNAME: null
36 PEERTUBE_SMTP_PORT: 25 38 PEERTUBE_SMTP_PORT: 25
37 PEERTUBE_SMTP_FROM: noreply@peertube.domain.tld 39 PEERTUBE_SMTP_FROM: noreply@peertube.domain.tld