File tree Expand file tree Collapse file tree 6 files changed +1482
-6
lines changed Expand file tree Collapse file tree 6 files changed +1482
-6
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ coverage
1313
1414# Compiled binary addons (https://nodejs.org/api/addons.html)
1515dist /
16- data /
1716artifacts /
1817node_modules /
1918work /
Original file line number Diff line number Diff line change @@ -6,10 +6,8 @@ services:
66 image : redislabs/redismod:latest
77 ports :
88 - ' 6379:6379'
9- # Uncomment and edit the local path in the following line to have
10- # Redis' data persisted to the host's filesystem.
11- # volumes:
12- # - ./dump.rdb:/data/dump.rdb
9+ volumes :
10+ - ' ./data:/data/:rw'
1311
1412 grafana :
1513 container_name : grafana
@@ -27,5 +25,6 @@ services:
2725 volumes :
2826 - ./dist:/var/lib/grafana/plugins/redis-datasource
2927 - ./provisioning/datasources:/etc/grafana/provisioning/datasources
28+ - ./provisioning/dashboards:/etc/grafana/provisioning/dashboards
3029 # Uncomment to preserve Grafana configuration
3130 # - ./data:/var/lib/grafana
You can’t perform that action at this time.
0 commit comments