mirror of
https://github.com/tcivie/meshtastic-metrics-exporter.git
synced 2025-01-06 19:37:48 -08:00
4 lines
158 B
Docker
4 lines
158 B
Docker
|
FROM grafana/grafana-oss:10.4.2
|
||
|
|
||
|
# Copy the datasource configuration
|
||
|
COPY docker/grafana/datasources.yml /etc/grafana/provisioning/datasources/datasources.yml
|