new optional notify feature

This commit is contained in:
2026-08-04 19:28:44 +02:00
parent 5343896653
commit 3b05342409
5 changed files with 238 additions and 1 deletions
+10
View File
@@ -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