-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Change request] Docker-compose without InfluxDB and Grafana #15
Comments
You can easily do this by specifying where speedy docker container finds the InfluxDB. If you already have InfluxDB and Grafana, all you have to do is configuring speedy via ENV: SPEEDY_DB_HOST="your_influxdb_host"
SPEEDY_DB_POST="your_influxdb_port"
INFLUXDB_DB="your_influxdb_database_name" |
Ok so just docker run with the ENV properties SPEEDY_DB_HOST="your_influxdb_host" Also can you provide a json export of the Grafana dashboard so that I can change the datasource reference? |
Yes, you are right. I'm actually not using this version of speedy, but I can probably help you with the datasource configuration: Does it work for you? If so, you can try using this file from my Grafana, but I'm using a newer version of speedy from here which also logs latency, so I'm using it as |
everything works perfectly thanks :-) Thanks |
It would be nice if you can provide a docker-compose file with only speedy service, for already installation of InfluxDB and Grafana.
you could provide a configuration file to specify host and port of existing InfluxDV and Grafana installations
Thank you
Piero
The text was updated successfully, but these errors were encountered: