Fix Grafana dev provisioning: mount only datasources+dashboards
Mounting the full production provisioning dir pulled in the alerting config which requires Pushover secrets. Mount only the two subdirs that make sense locally. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
10e0a8d41a
commit
a2d125922e
1 changed files with 2 additions and 1 deletions
|
|
@ -43,7 +43,8 @@ services:
|
|||
GF_AUTH_ANONYMOUS_ORG_ROLE: Admin
|
||||
GF_AUTH_DISABLE_LOGIN_FORM: "true"
|
||||
volumes:
|
||||
- ./infrastructure/grafana/provisioning:/etc/grafana/provisioning:ro
|
||||
- ./infrastructure/grafana/provisioning/datasources:/etc/grafana/provisioning/datasources:ro
|
||||
- ./infrastructure/grafana/provisioning/dashboards:/etc/grafana/provisioning/dashboards:ro
|
||||
- ./infrastructure/grafana/dashboards:/var/lib/grafana/dashboards:ro
|
||||
- grafana_data:/var/lib/grafana
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue