mirror of
https://github.com/KeyZox71/knl_meowscendence.git
synced 2025-08-14 12:32:54 +02:00
10 lines
320 B
Docker
10 lines
320 B
Docker
FROM grafana/grafana-oss
|
|
|
|
ARG PROM_ADMIN_PASSWD
|
|
|
|
COPY sources /etc/grafana/provisioning/datasources
|
|
COPY dashboards /dashboards
|
|
COPY dash-providers /etc/grafana/provisioning/dashboards
|
|
|
|
RUN sed -i "s|basicAuthPassword:|basicAuthPassword: $PROM_ADMIN_PASSWD|" /etc/grafana/provisioning/datasources/prometheus.yml
|