Create Watchtower HomeBox Notif Discord
docker run -d \ | ||
--name watchtower \ | ||
--hostname "HomeBox" \ | ||
-e TZ=Europe/Paris \ | ||
--restart always \ | ||
-v /var/run/docker.sock:/var/run/docker.sock \ | ||
-e WATCHTOWER_NOTIFICATIONS=shoutrrr \ | ||
-e WATCHTOWER_NOTIFICATION_URL="discord://[email protected]" \ | ||
-e WATCHTOWER_NOTIFICATION_TEMPLATE="{{range .}}({{.Level}}): {{.Message}}{{println}}{{end}}" \ | ||
--label=com.centurylinklabs.watchtower.enable=true \ | ||
containrrr/watchtower --label-enable --cleanup --rolling-restart --schedule "0 0 4 * * *" | ||
https://discordapp.com/api/webhooks/webhookid/token | ||
=> | ||
discord://[email protected] |
Please register or sign in to comment