uncommented smtp user
This commit is contained in:
parent
7b07178bb1
commit
69d6ffc2dd
@ -8,14 +8,13 @@ services:
|
|||||||
database__connection__user: root
|
database__connection__user: root
|
||||||
database__connection__database: ghost
|
database__connection__database: ghost
|
||||||
database__connection__password_FILE: /run/secrets/db_password
|
database__connection__password_FILE: /run/secrets/db_password
|
||||||
# database__connection__password_FILE: /run/secrets/db_password
|
|
||||||
url: https://$DOMAIN
|
url: https://$DOMAIN
|
||||||
mail__transport: ${MAIL_TRANSPORT}
|
mail__transport: ${MAIL_TRANSPORT}
|
||||||
mail__from: ${MAIL_FROM}
|
mail__from: ${MAIL_FROM}
|
||||||
mail__options__host: ${MAIL_OPTIONS_HOST}
|
mail__options__host: ${MAIL_OPTIONS_HOST}
|
||||||
mail__options__port: ${MAIL_OPTIONS_PORT}
|
mail__options__port: ${MAIL_OPTIONS_PORT}
|
||||||
mail__options__secure: ${MAIL_OPTIONS_SECURE}
|
mail__options__secure: ${MAIL_OPTIONS_SECURE}
|
||||||
#mail__options__auth__user: ${MAIL_OPTIONS_AUTH_USER}
|
mail__options__auth__user: ${MAIL_OPTIONS_AUTH_USER}
|
||||||
mail__options__auth__pass_FILE: /run/secrets/smtp_password
|
mail__options__auth__pass_FILE: /run/secrets/smtp_password
|
||||||
# contrary to the default mentioned in the linked documentation, this image defaults to NODE_ENV=production (so development mode needs to be explicitly specified if desired)
|
# contrary to the default mentioned in the linked documentation, this image defaults to NODE_ENV=production (so development mode needs to be explicitly specified if desired)
|
||||||
#NODE_ENV: development
|
#NODE_ENV: development
|
||||||
|
Loading…
x
Reference in New Issue
Block a user