Update 'Deploment/portainer-stack.json'
This commit is contained in:
@@ -15,11 +15,13 @@
|
|||||||
"9001:9001"
|
"9001:9001"
|
||||||
],
|
],
|
||||||
"volumes":[
|
"volumes":[
|
||||||
|
{
|
||||||
"./mosquitto-data:/mosquitto"
|
"./mosquitto-data:/mosquitto"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": 2,
|
"type": 1,
|
||||||
"title": "Grafana",
|
"title": "Grafana",
|
||||||
"description": "Docker image grafana",
|
"description": "Docker image grafana",
|
||||||
"categories": ["docker"],
|
"categories": ["docker"],
|
||||||
@@ -35,11 +37,13 @@
|
|||||||
],
|
],
|
||||||
"user": "0",
|
"user": "0",
|
||||||
"volumes": [
|
"volumes": [
|
||||||
|
{
|
||||||
"./grafana-data:/var/lib/grafana"
|
"./grafana-data:/var/lib/grafana"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": 3,
|
"type": 1,
|
||||||
"title": "Influxdb",
|
"title": "Influxdb",
|
||||||
"description": "Docker image influxdb",
|
"description": "Docker image influxdb",
|
||||||
"categories": ["docker"],
|
"categories": ["docker"],
|
||||||
@@ -51,7 +55,9 @@
|
|||||||
"8086:8086"
|
"8086:8086"
|
||||||
],
|
],
|
||||||
"volumes": [
|
"volumes": [
|
||||||
|
{
|
||||||
"./influxdb-data:/var/lib/influxdb"
|
"./influxdb-data:/var/lib/influxdb"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user