Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lon9/docker-notify
Notifying docker states to Slack and Discord
https://github.com/lon9/docker-notify
discord docker golang notifications slack
Last synced: about 1 month ago
JSON representation
Notifying docker states to Slack and Discord
- Host: GitHub
- URL: https://github.com/lon9/docker-notify
- Owner: lon9
- License: bsd-3-clause
- Created: 2018-07-13T03:38:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-05T10:58:27.000Z (about 3 years ago)
- Last Synced: 2024-06-20T03:29:05.840Z (7 months ago)
- Topics: discord, docker, golang, notifications, slack
- Language: Go
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-notify
Notifying docker started/died event to Slack and/or Discord
1. Edit `docker-notify.env` for your environment. Make sure put `/slack` on end of `DISCORD_URL`, because it send discord webhook with message structure of Slack.
1. Start docker-compose
```
docker-compose up -d
```