Set up discord notification for watchtower
This commit is contained in:
@@ -6,9 +6,11 @@ services:
|
|||||||
WATCHTOWER_INCLUDE_RESTARTING: true
|
WATCHTOWER_INCLUDE_RESTARTING: true
|
||||||
WATCHTOWER_INCLUDE_STOPPED: true
|
WATCHTOWER_INCLUDE_STOPPED: true
|
||||||
WATCHTOWER_MONITOR_ONLY: true
|
WATCHTOWER_MONITOR_ONLY: true
|
||||||
# TODO: Set notification to Discord
|
WATCHTOWER_NOTIFICATION_URL: /run/secrets/watchtower_notification_url
|
||||||
networks:
|
networks:
|
||||||
- docker
|
- docker
|
||||||
|
secrets:
|
||||||
|
- watchtower_notification_url
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
smokeping:
|
smokeping:
|
||||||
@@ -73,3 +75,5 @@ volumes:
|
|||||||
secrets:
|
secrets:
|
||||||
duckdns_token:
|
duckdns_token:
|
||||||
file: ${NASCOMPOSE_SERVICES?}/secrets/duckdns/duckdns_token
|
file: ${NASCOMPOSE_SERVICES?}/secrets/duckdns/duckdns_token
|
||||||
|
watchtower_notification_url:
|
||||||
|
file: ${NASCOMPOSE_SERVICES?}/secrets/watchtower/notification_url
|
||||||
|
|||||||
Reference in New Issue
Block a user