Updated docker-compose.yml with email settings

This commit is contained in:
Alexander Trost
2017-03-21 16:37:19 +01:00
parent 42b7b1d23a
commit 6d3f30d0c8

View File

@@ -45,6 +45,10 @@ services:
SETTING_DEFAULT_FROM_EMAIL: "Zulip <noreply@example.com>"
SETTING_EMAIL_HOST: "smtp.example.com"
SETTING_EMAIL_HOST_USER: "noreply@example.com"
SETTING_EMAIL_PORT: "587"
# It seems that the email server needs to use ssl or tls and can't be used without it
SETTING_EMAIL_USE_SSL: "False"
SETTING_EMAIL_USE_TLS: "True"
SETTING_ALLOWED_HOSTS: "[ '*', '127.0.0.2' ]"
ZULIP_AUTH_BACKENDS: "EmailAuthBackend"
ZULIP_USER_CREATION_ENABLED: "True"