A bot that notifies about health status and email.
docker build -t jme-discordbot .
docker run \
-d \
--restart=always \
--name="jme-discordbot" \
--read-only \
-v $PWD/config.json:/app/config.json:ro \
--tmpfs /tmp \
jme-discordbot
A bot that notifies about jme services health status and emails. | Mirror of https://github.com/riccardobl/jme-discordbot - Please report issues to the original repo.
JavaScriptBSD-3-Clause