mirror of
https://github.com/KeyZox71/knl_meowscendence.git
synced 2026-01-01 06:06:41 +01:00
「✨」 feat: monitoring module should be finished
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user