uncommented smtp user

This commit is contained in:
val 2025-06-14 16:03:34 +02:00
parent 7b07178bb1
commit 69d6ffc2dd
No known key found for this signature in database
GPG Key ID: 650507CF2C02830C

View File

@ -8,14 +8,13 @@ services:
database__connection__user: root
database__connection__database: ghost
database__connection__password_FILE: /run/secrets/db_password
# database__connection__password_FILE: /run/secrets/db_password
url: https://$DOMAIN
mail__transport: ${MAIL_TRANSPORT}
mail__from: ${MAIL_FROM}
mail__options__host: ${MAIL_OPTIONS_HOST}
mail__options__port: ${MAIL_OPTIONS_PORT}
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
# 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