Update 'Deploment/portainer-stack.json'
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user