Update 'Deploment/portainer-stack.json'

This commit is contained in:
2022-04-29 04:48:07 +00:00
parent ecc5d56525
commit 5ce81d003d
+8 -2
View File
@@ -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"
}
]
}
]