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" + } ] } ]