mirror of
https://github.com/KeyZox71/knl_meowscendence.git
synced 2025-08-14 12:32:54 +02: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