mirror of
https://github.com/skoelle/calender_sync.git
synced 2026-09-17 18:20:24 +00:00
new optional notify feature
This commit is contained in:
@@ -26,6 +26,16 @@ services:
|
||||
- DB_ROOT_USER=${DB_ROOT_USER:-}
|
||||
- DB_ROOT_PASSWORD=${DB_ROOT_PASSWORD:-}
|
||||
|
||||
- SMTP_HOST=${SMTP_HOST:-}
|
||||
- SMTP_PORT=${SMTP_PORT:-587}
|
||||
- SMTP_USER=${SMTP_USER:-}
|
||||
- SMTP_PASSWORD=${SMTP_PASSWORD:-}
|
||||
- SMTP_FROM=${SMTP_FROM:-}
|
||||
- SMTP_USE_TLS=${SMTP_USE_TLS:-true}
|
||||
- NOTIFY_EMAIL=${NOTIFY_EMAIL:-}
|
||||
- NOTIFY_TIME=${NOTIFY_TIME:-6}
|
||||
- NOTIFY_TIMEZONE=${NOTIFY_TIMEZONE:-Europe/Berlin}
|
||||
|
||||
networks:
|
||||
- docker-backend
|
||||
|
||||
|
||||
Reference in New Issue
Block a user