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.
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
/todo ???
Run:
docker-compose up -d- Thank you @Pinkstink-Rust for the awesome on Rust-Server-Metrics.
- Thank you @jkehres for providing the example docker-compose file in jkehres/docker-compose-influxdb-grafana.