Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 348 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 348 Bytes

UpDownSlack

App that check if a number of endpoints are up, down or slow and post the result to a slack channel.

docker build

docker build -t up-down-slack -f Dockerfile . 

copy example.env file (and edit it's content)

cp example.env .env 

run the docker container

docker run --rm --env-file .env up-down-slack