mail test method docker-compose mapping

This commit is contained in:
2026-08-07 13:38:12 +02:00
parent 34860e8ae4
commit af41f45a98
+7
View File
@@ -51,6 +51,13 @@ services:
AUTH_REMOTE_USER_HEADER: "${AUTH_REMOTE_USER_HEADER:-Remote-User}"
API_HOST: "${API_HOST:-0.0.0.0}"
API_PORT: "${API_PORT:-8000}"
SMTP_HOST: "${SMTP_HOST}"
SMTP_PORT: "${SMTP_PORT:-587}"
SMTP_USER: "${SMTP_USER}"
SMTP_PASSWORD: "${SMTP_PASSWORD}"
SMTP_USE_TLS: "${SMTP_USE_TLS:-true}"
MAIL_FROM: "${MAIL_FROM}"
MAIL_TO: "${MAIL_TO}"
TIMEZONE: "${TIMEZONE:-Europe/Berlin}"
WEB_URL: "${WEB_URL:-}"
volumes: