Simple container to post a slack webhook message
-
WEBHOOK (the last part of the webhook url, which includes
org_id,channel_idandwebhook_secretseparated by/) -
MESSAGE (the message you want to send to the channel)
docker run makevoid/notify-slack -e WEBHOOK=".../.../..." -e MESSAGE="Deployment in $ENV completed"(uses the default message)
WEBHOOK=".../.../..." docker-compose up --build