feat: set notification e-mail

This commit is contained in:
knoflook 2022-11-22 15:58:04 +01:00
parent fa42eedcfc
commit 41f7c0089e
Signed by untrusted user: knoflook
GPG Key ID: D6A1D0E8FC4FEF1C
2 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,8 @@ LETS_ENCRYPT_ENV=production
#DISCOURSE_SMTP_USER=
#DISCOURSE_SMTP_PROTOCOL=
#DISCOURSE_SMTP_AUTH=
# Set this if you send e-mails from a different domain than noreply@$DOMAIN
#DISCOURSE_NOTIFICATION_EMAIL=$SMTP_USER
# SMTP authentication
#COMPOSE_FILE="compose.yml:compose.smtpauth.yml"

View File

@ -20,6 +20,7 @@ services:
- DISCOURSE_SMTP_USER
- DISCOURSE_SMTP_PROTOCOL
- DISCOURSE_SMTP_AUTH
- DISCOURSE_NOTIFICATION_EMAIL
volumes:
- 'discourse_data:/bitnami/discourse'
secrets: