feat: set notification e-mail
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
fa42eedcfc
commit
41f7c0089e
@ -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"
|
||||
|
@ -20,6 +20,7 @@ services:
|
||||
- DISCOURSE_SMTP_USER
|
||||
- DISCOURSE_SMTP_PROTOCOL
|
||||
- DISCOURSE_SMTP_AUTH
|
||||
- DISCOURSE_NOTIFICATION_EMAIL
|
||||
volumes:
|
||||
- 'discourse_data:/bitnami/discourse'
|
||||
secrets:
|
||||
|
Loading…
Reference in New Issue
Block a user