Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```