Watchtower notification

Notify discord on watchtower update

100%

Notify discord on watchtower update

Create a webhook in discord

and add environement variable in the watchtower docker-compose file (we twist the slack notification parameter)
    environment:
      - WATCHTOWER_NOTIFICATIONS=slack
      - WATCHTOWER_NOTIFICATION_SLACK_IDENTIFIER=Watchtower
      - WATCHTOWER_NOTIFICATION_SLACK_HOOK_URL={https://discorWebHook}/slack

dont forget to add “/slack” at the end of the webhook

Leave a Comment