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

https://github.com/jmonkeyengine/jmonkeyengine-webservices-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.
https://github.com/jmonkeyengine/jmonkeyengine-webservices-discordbot

Last synced: 8 months ago
JSON representation

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.

Awesome Lists containing this project

README

          

# JME Discord Bot

A bot that notifies about health status and email.

## Build
```console
docker build -t jme-discordbot .
```

## Run
```console
docker run \
-d \
--restart=always \
--name="jme-discordbot" \
--read-only \
-v $PWD/config.json:/app/config.json:ro \
--tmpfs /tmp \
jme-discordbot
```