mirror of
https://github.com/tcivie/meshtastic-metrics-exporter.git
synced 2024-12-31 16:37:33 -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 |