scc-state
v9.0.1
Published
State tracking and notification engine for SCC.
Downloads
41
Maintainers
Readme
scc-state
Cluster state tracking and notification engine for SCC.
Usage
SCC_STATE_LOG_LEVEL=1 node server.js
Log levels
- 3 - log everything
- 2 - warnings and errors
- 1 - errors only
- 0 - log nothing
Build and deploy to DockerHub
Replace x.x.x
with the version number.
docker build -t socketcluster/scc-state:vx.x.x .
docker push socketcluster/scc-state:vx.x.x