Disable Discord Notifications for now

This commit is contained in:
Tobias Manske 2022-07-15 18:22:09 +02:00
parent 977d141821
commit 4acd1a613e
Signed by: tobias
GPG Key ID: E83C743C1FC2F79A
1 changed files with 10 additions and 10 deletions

View File

@ -10,11 +10,11 @@ services:
WATCHTOWER_CLEANUP: 1
WATCHTOWER_ROLLING_RESTART: 1
WATCHTOWER_SCOPE: update
WATCHTOWER_NOTIFICATIONS: slack
WATCHTOWER_NOTIFICATION_SLACK_HOOK_URL: https://discord.com/api/webhooks/{{ watchtower.discord.webhook }}/slack
WATCHTOWER_NOTIFICATION_SLACK_IDENTIFIER: Watchtower
WATCHTOWER_NOTIFICATION_SLACK_ICON_EMOJI: ":whale:"
WATCHTOWER_NOTIFICATION_SLACK_ICON_URL: https://raw.githubusercontent.com/containrrr/watchtower/master/logo.png
# WATCHTOWER_NOTIFICATIONS: slack
# WATCHTOWER_NOTIFICATION_SLACK_HOOK_URL: https://discord.com/api/webhooks/{{ watchtower.discord.webhook }}/slack
# WATCHTOWER_NOTIFICATION_SLACK_IDENTIFIER: Watchtower
# WATCHTOWER_NOTIFICATION_SLACK_ICON_EMOJI: ":whale:"
# WATCHTOWER_NOTIFICATION_SLACK_ICON_URL: https://raw.githubusercontent.com/containrrr/watchtower/master/logo.png
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /home/core/.docker:/config
@ -32,11 +32,11 @@ services:
WATCHTOWER_CLEANUP: 1
WATCHTOWER_ROLLING_RESTART: 1
WATCHTOWER_SCOPE: http
WATCHTOWER_NOTIFICATIONS: slack
WATCHTOWER_NOTIFICATION_SLACK_HOOK_URL: https://discord.com/api/webhooks/{{ watchtower.discord.webhook }}/slack
WATCHTOWER_NOTIFICATION_SLACK_IDENTIFIER: Watchtower
WATCHTOWER_NOTIFICATION_SLACK_ICON_EMOJI: ":whale:"
WATCHTOWER_NOTIFICATION_SLACK_ICON_URL: https://raw.githubusercontent.com/containrrr/watchtower/master/logo.png
# WATCHTOWER_NOTIFICATIONS: slack
# WATCHTOWER_NOTIFICATION_SLACK_HOOK_URL: https://discord.com/api/webhooks/{{ watchtower.discord.webhook }}/slack
# WATCHTOWER_NOTIFICATION_SLACK_IDENTIFIER: Watchtower
# WATCHTOWER_NOTIFICATION_SLACK_ICON_EMOJI: ":whale:"
# WATCHTOWER_NOTIFICATION_SLACK_ICON_URL: https://raw.githubusercontent.com/containrrr/watchtower/master/logo.png
volumes:
- /home/core/.docker/:/config/
- /var/run/docker.sock:/var/run/docker.sock