Sign inSign up

sparanoid/vigil-reporter

By sparanoid

Updated 3 months ago

Vigil Reporter for Node in Docker

Image
Developer tools
Web analytics
0

5.6K

sparanoid/vigil-reporter repository overview

Docker Vigil Reporter

Vigil Reporter for Node in Docker

Usage

Prepare your .env file (or you can pass environment variables directly from commands):

URL=https://status.example.com/
TOKEN=YOUR_TOKEN_SECRET
PROBE_ID=relay
NODE_ID=socket-client
REPLICA_ID=192.168.1.10
INTERVAL=30
# Docker Hub
docker run --env-file=.env sparanoid/vigil-reporter:latest

# GitHub Container Registry
docker run --env-file=.env ghcr.io/sparanoid/vigil-reporter:latest

Development

yarn install
yarn start

Known Issues

Metrics may be incorrect since probe is running inside the container.

License

MIT

Tag summary

Content type

Image

Digest

Size

38.9 MB

Last updated

almost 5 years ago

docker pull sparanoid/vigil-reporter