Get notified if something (bad) happens to your containers. Supports the following notification options:
- EMail via SMTP
- Discord via WebHooks
- Telegram via the Bot API
All Notifications use a exponential backoff algorithm to avoid spamming you with messages if a container decides to go into a restart loop.
Check the documentation for a full list of features. The documentation is also versioned for old versions.
services:
importantservice:
image: "ubuntu:latest"
command: "sleep 1; exit 0;"
restart: unless-stopped
dolce:
image: dangrie158/dolce:v3.2.0
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment:
DISCORD_WEBHOOK: https://ptb.discord.com/api/webhooks/<YOUR_WEBHOOK>