Skip to content

Commit

Permalink
feat: build grafana with embedded dashboards
Browse files Browse the repository at this point in the history
  • Loading branch information
k0rventen committed Jan 26, 2024
1 parent 7ff9909 commit 12347c2
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions grafana/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM grafana/grafana:10.3.1

ENV GF_SECURITY_ADMIN_USER=admin
ENV GF_SECURITY_ADMIN_PASSWORD=health
ENV GF_DASHBOARDS_DEFAULT_HOME_DASHBOARD_PATH=/etc/grafana/provisioning/dashboards/dashs/specific-metrics.json

COPY provisioning/ /etc/grafana/provisioning/
File renamed without changes.
File renamed without changes.

0 comments on commit 12347c2

Please sign in to comment.