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.
- Host: GitHub
- URL: https://github.com/jmonkeyengine/jmonkeyengine-webservices-discordbot
- Owner: jMonkeyEngine
- License: bsd-3-clause
- Created: 2020-10-26T10:59:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-02T21:56:08.000Z (almost 4 years ago)
- Last Synced: 2024-05-22T23:29:11.851Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://github.com/riccardobl/jme-discordbot
- Size: 93.8 KB
- Stars: 1
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```