/rust-server-metrics-docker

A Docker (docker-compose) wrapper to spin up the needed Grafana and Influxdb instances in order to run Pinkstink-Rust/Rust-Server-Metrics.

MIT LicenseMIT

rust-server-metrics-docker

A Docker (docker-compose) wrapper to spin up the needed Grafana and Influxdb instances (and other quirks) in order to run Pinkstink-Rust/Rust-Server-Metrics.

Prerequisites

Build / Setup

Clone this repo:

/todo ???

Define .env file, and your own variables to override the grafana/influxdb ones. On the file write:

INFLUXDB_USERNAME=example-influxdb-username
INFLUXDB_PASSWORD=example-influxdb-password
GRAFANA_USERNAME=example-grafana-username
GRAFANA_PASSWORD=example-grafana-password

And then run source .env

Run

/todo ???

Run:

docker-compose up -d

Misc / Kudos