Skip to content
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

Open
corasaniti opened this issue Mar 24, 2021 · 4 comments
Open

[Change request] Docker-compose without InfluxDB and Grafana #15

corasaniti opened this issue Mar 24, 2021 · 4 comments

Comments

@corasaniti
Copy link

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

@jiripech
Copy link

jiripech commented Apr 1, 2021

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"

@corasaniti
Copy link
Author

corasaniti commented Apr 1, 2021

Ok so just docker run with the ENV properties

SPEEDY_DB_HOST="your_influxdb_host"
SPEEDY_DB_POST="your_influxdb_port"
INFLUXDB_DB="your_influxdb_database_name"

Also can you provide a json export of the Grafana dashboard so that I can change the datasource reference?
Thanks
Piero

@jiripech
Copy link

jiripech commented Apr 1, 2021

Yes, you are right. I'm actually not using this version of speedy, but I can probably help you with the datasource configuration:

image

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 ping on the dashboard.

@corasaniti
Copy link
Author

everything works perfectly thanks :-)
It would be nice to have a build for the ARM architecture so that you can use it with the Raspberry :-)

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants