mirror of
https://github.com/skoelle/icloud-contacts-sync.git
synced 2026-09-17 15:30:24 +00:00
mail test method docker-compose mapping
This commit is contained in:
@@ -51,6 +51,13 @@ services:
|
|||||||
AUTH_REMOTE_USER_HEADER: "${AUTH_REMOTE_USER_HEADER:-Remote-User}"
|
AUTH_REMOTE_USER_HEADER: "${AUTH_REMOTE_USER_HEADER:-Remote-User}"
|
||||||
API_HOST: "${API_HOST:-0.0.0.0}"
|
API_HOST: "${API_HOST:-0.0.0.0}"
|
||||||
API_PORT: "${API_PORT:-8000}"
|
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}"
|
TIMEZONE: "${TIMEZONE:-Europe/Berlin}"
|
||||||
WEB_URL: "${WEB_URL:-}"
|
WEB_URL: "${WEB_URL:-}"
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user