Skip to content

A simple health monitor for jme web services. | Mirror of https://github.com/riccardobl/jme-healthmonitor - Please report issues to the original repo.

License

Notifications You must be signed in to change notification settings

jMonkeyEngine/jmonkeyengine-webservices-healthmonitor

Repository files navigation

JME HealthMonitor

A simple health monitor for jme services.

Build

docker build -t jme-healthmonitor .

Run

docker run \
-d \
--restart=always \
--name="jme-healthmonitor" \
--read-only \
-v $PWD/config.json:/app/config.json:ro \
-p 8080:8080 \
--tmpfs /tmp \
 jme-healthmonitor

About

A simple health monitor for jme web services. | Mirror of https://github.com/riccardobl/jme-healthmonitor - Please report issues to the original repo.

Resources

License

Stars

Watchers

Forks