mirror of
https://github.com/tcivie/meshtastic-metrics-exporter.git
synced 2025-01-03 09:57:49 -08:00
7 lines
246 B
Docker
7 lines
246 B
Docker
|
FROM grafana/grafana-oss:10.4.2
|
||
|
|
||
|
# Install the Redis datasource plugin
|
||
|
RUN grafana-cli plugins install redis-datasource
|
||
|
|
||
|
# Copy the datasource configuration
|
||
|
COPY docker/grafana/datasources.yml /etc/grafana/provisioning/datasources/datasources.yml
|