update that actually persists grafana and prometheus data in a named volume

This commit is contained in:
Ilya Braude 2017-08-04 01:34:33 -04:00
parent a6a8578631
commit 433f445400

View File

@ -35,7 +35,7 @@ prometheus:
volumes_from:
- prom-conf
volumes:
- /prometheus
- prometheus-data:/prometheus
links:
- cadvisor:cadvisor
- node-exporter:node-exporter
@ -48,7 +48,7 @@ graf-db:
image: infinityworks/graf-db:11
command: cat
volumes:
- /var/lib/grafana/
- prometheus-grafana:/var/lib/grafana/
net: none
grafana: