Commit 6da5e3f7 authored by Rousseau Vincent's avatar Rousseau Vincent
Browse files

persitent storage

parent dc79e329
No related merge requests found
Showing with 7 additions and 3 deletions
+7 -3
version: '3' version: '3'
volumes:
persitent-storage:
services: services:
influxdb: influxdb:
image: influxdb image: influxdb:1.7
volumes: volumes:
- /var/lib/influxdb - 'persitent-storage:/var/lib/influxdb'
grafana: grafana:
image: grafana/grafana image: grafana/grafana:5.4.3
ports: ports:
- "3000:3000" - "3000:3000"
volumes:
- 'persitent-storage:/var/lib/grafana'
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment