Skip to content

Update local environment to Grafana 9.2.4

This MR updates grafana container to version 9.2.4 and fixes the following:

  • Let the composed containers run in rootless mode. (tested within Fedora + podman + podman-compose)

  • Add volumes to allow the user to persist data for local runs. Without it, one will lose all mined data when the influxdb container is deleted.

  • Add networks to allow the user to recreate containers in isolation. E.g.: One may want to keep the influxdb container running while one recreates the Grafana container for a clean installation/upgrade. Without the network specification, the new container would be automatically located in another network, isolated from the influxdb one, causing network problems.

Edited by Guilherme Gallo

Merge request reports