Skip to content
Snippets Groups Projects
Commit b7b37c48 authored by Jan David Mol's avatar Jan David Mol
Browse files

Make sure only user-supplied configuration is persistent, not our provisioned dashboards

parent f7cebf6e
No related branches found
No related tags found
1 merge request!702Fixes after rollout 2023-08-08
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
version: '2.1' version: '2.1'
volumes: volumes:
grafana-data: {} grafana-database: {}
# grafana-configs: {} # grafana-configs: {}
services: services:
...@@ -23,7 +23,7 @@ services: ...@@ -23,7 +23,7 @@ services:
networks: networks:
- control - control
volumes: volumes:
- grafana-data:/var/lib/grafana # todo, make sure we reprovision our supplied dashboards - grafana-database:/var/lib/grafana/database
# - grafana-configs:/etc/grafana # - grafana-configs:/etc/grafana
ports: ports:
- "3000:3000" - "3000:3000"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment