mirror of
https://github.com/CoolnsX/selfhost.git
synced 2025-12-20 07:15:17 +05:30
Feat: added notification config in watchtower
This commit is contained in:
@@ -9,3 +9,6 @@ services:
|
|||||||
- TZ=Asia/Kolkata
|
- TZ=Asia/Kolkata
|
||||||
- WATCHTOWER_CLEANUP=true
|
- WATCHTOWER_CLEANUP=true
|
||||||
- WATCHTOWER_SCHEDULE=0 0 2 * * *
|
- WATCHTOWER_SCHEDULE=0 0 2 * * *
|
||||||
|
- WATCHTOWER_NOTIFICATIONS=${WATCHTOWER_NOTIFICATIONS}
|
||||||
|
- WATCHTOWER_NOTIFICATIONS_HOSTNAME=${WATCHTOWER_NOTIFICATIONS_HOSTNAME}
|
||||||
|
- WATCHTOWER_NOTIFICATION_URL=${WATCHTOWER_NOTIFICATION_URL}
|
||||||
|
|||||||
3
watchtower/env.example
Normal file
3
watchtower/env.example
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
WATCHTOWER_NOTIFICATIONS_HOSTNAME=
|
||||||
|
WATCHTOWER_NOTIFICATIONS=shoutrrr
|
||||||
|
WATCHTOWER_NOTIFICATION_URL=ntfy://:token@url/topic?icon=icon_url
|
||||||
Reference in New Issue
Block a user