Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 318 Bytes

File metadata and controls

22 lines (18 loc) · 318 Bytes

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