mailer weekly notifier

This commit is contained in:
2026-08-11 22:04:11 +02:00
parent 3635820eb8
commit 0f16aa45dc
5 changed files with 253 additions and 0 deletions
+7
View File
@@ -36,6 +36,13 @@ services:
- NOTIFY_TIME=${NOTIFY_TIME:-6}
- NOTIFY_TIMEZONE=${NOTIFY_TIMEZONE:-Europe/Berlin}
- WEEKLY_NOTIFY_ENABLED=${WEEKLY_NOTIFY_ENABLED:-false}
- WEEKLY_NOTIFY_DAY=${WEEKLY_NOTIFY_DAY:-5}
- WEEKLY_NOTIFY_TIME=${WEEKLY_NOTIFY_TIME:-16}
- WEEKLY_NOTIFY_TIMEZONE=${WEEKLY_NOTIFY_TIMEZONE:-Europe/Berlin}
- WEEKLY_NOTIFY_EMAIL=${WEEKLY_NOTIFY_EMAIL:-}
- WEEKLY_SEARCHWORDS=${WEEKLY_SEARCHWORDS:-}
networks:
- docker-backend