Feat: added notification config in watchtower

This commit is contained in:
CoolnsX
2025-03-01 13:03:59 +05:30
parent d709d640b4
commit cb4cf17d0e
2 changed files with 6 additions and 0 deletions

View File

@@ -9,3 +9,6 @@ services:
- TZ=Asia/Kolkata
- WATCHTOWER_CLEANUP=true
- WATCHTOWER_SCHEDULE=0 0 2 * * *
- WATCHTOWER_NOTIFICATIONS=${WATCHTOWER_NOTIFICATIONS}
- WATCHTOWER_NOTIFICATIONS_HOSTNAME=${WATCHTOWER_NOTIFICATIONS_HOSTNAME}
- WATCHTOWER_NOTIFICATION_URL=${WATCHTOWER_NOTIFICATION_URL}