From 5ce81d003d9b8de353760a31466b7e7a67843c0b Mon Sep 17 00:00:00 2001 From: ShankarMounesh Date: Fri, 29 Apr 2022 04:48:07 +0000 Subject: [PATCH] Update 'Deploment/portainer-stack.json' --- Deploment/portainer-stack.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Deploment/portainer-stack.json b/Deploment/portainer-stack.json index 71a9cdd..88c1e64 100644 --- a/Deploment/portainer-stack.json +++ b/Deploment/portainer-stack.json @@ -15,11 +15,13 @@ "9001:9001" ], "volumes":[ + { "./mosquitto-data:/mosquitto" + } ] }, { - "type": 2, + "type": 1, "title": "Grafana", "description": "Docker image grafana", "categories": ["docker"], @@ -35,11 +37,13 @@ ], "user": "0", "volumes": [ + { "./grafana-data:/var/lib/grafana" + } ] }, { - "type": 3, + "type": 1, "title": "Influxdb", "description": "Docker image influxdb", "categories": ["docker"], @@ -51,7 +55,9 @@ "8086:8086" ], "volumes": [ + { "./influxdb-data:/var/lib/influxdb" + } ] } ]