fix(service): Added SMTP credentials to getoutline yaml template file (#5011)
This commit is contained in:

committed by
GitHub

parent
c8a7d77a90
commit
669adb6018
@@ -63,6 +63,15 @@ services:
|
||||
- DISCORD_SERVER_ROLES=${DISCORD_SERVER_ROLES}
|
||||
- PGSSLMODE=${PGSSLMODE:-disable}
|
||||
- FORCE_HTTPS=${FORCE_HTTPS:-true}
|
||||
- SMTP_HOST=${SMTP_HOST}
|
||||
- SMTP_PORT=${SMTP_PORT}
|
||||
- SMTP_USERNAME=${SMTP_USERNAME}
|
||||
- SMTP_PASSWORD=${SMTP_PASSWORD}
|
||||
- SMTP_FROM_EMAIL=${SMTP_FROM_EMAIL}
|
||||
- SMTP_REPLY_EMAIL=${SMTP_REPLY_EMAIL}
|
||||
- SMTP_TLS_CIPHERS=${SMTP_TLS_CIPHERS}
|
||||
- SMTP_SECURE=${SMTP_SECURE:}
|
||||
- SMTP_NAME=${SMTP_NAME}
|
||||
healthcheck:
|
||||
disable: true
|
||||
|
||||
|
Reference in New Issue
Block a user