File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
grafana_provisioning/dashboards Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -40,8 +40,7 @@ services:
40
40
GF_AUTH_ANONYMOUS_ORG_ROLE : Admin
41
41
GF_INSTALL_PLUGINS : timeplus-proton-datasource
42
42
volumes :
43
- - ./grafana_provisioning:/etc/grafana/provisioning
44
- - ./grafana_provisioning/dashboards:/var/lib/grafana/dashboards
43
+ - ./grafana_provisioning:/etc/grafana/provisioning
45
44
depends_on :
46
45
- proton
47
46
Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ providers:
16
16
# <int> how often Grafana will scan for changed dashboards
17
17
updateIntervalSeconds : 10
18
18
# <bool> allow updating provisioned dashboards from the UI
19
- allowUiUpdates : false
19
+ allowUiUpdates : true
20
20
options :
21
21
# <string, required> path to dashboard files on disk. Required when using the 'file' type
22
- path : /var/lib/ grafana/dashboards
22
+ path : /etc/ grafana/provisioning /dashboards
23
23
# <bool> use folder names from filesystem to create folders in Grafana
24
24
foldersFromFilesStructure : true
You can’t perform that action at this time.
0 commit comments