Update 'Deploment/portainer-stack.json'
This commit is contained in:
@@ -1,25 +1,25 @@
|
|||||||
{
|
{
|
||||||
"version": "3",
|
"version": "3",
|
||||||
"templates": [
|
"templates": [
|
||||||
{
|
// {
|
||||||
"type": 1,
|
// "type": 1,
|
||||||
"title": "Registry",
|
// "title": "Registry",
|
||||||
"description": "Docker image registry",
|
// "description": "Docker image registry",
|
||||||
"categories": ["docker"],
|
// "categories": ["docker"],
|
||||||
"platform": "linux",
|
// "platform": "linux",
|
||||||
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png",
|
// "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png",
|
||||||
"image": "eclipse-mosquitto",
|
// "image": "eclipse-mosquitto",
|
||||||
"container_name": "mosquitto",
|
// "container_name": "mosquitto",
|
||||||
"ports": [
|
// "ports": [
|
||||||
"1883:1883",
|
// "1883:1883",
|
||||||
"9001:9001"
|
// "9001:9001"
|
||||||
],
|
// ],
|
||||||
"volumes":[
|
// "volumes":[
|
||||||
{
|
// {
|
||||||
"./mosquitto-data:/mosquitto"
|
// "./mosquitto-data:/mosquitto"
|
||||||
}
|
// }
|
||||||
]
|
// ]
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
"type": 1,
|
"type": 1,
|
||||||
"title": "Grafana",
|
"title": "Grafana",
|
||||||
@@ -41,24 +41,24 @@
|
|||||||
"./grafana-data:/var/lib/grafana"
|
"./grafana-data:/var/lib/grafana"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": 1,
|
|
||||||
"title": "Influxdb",
|
|
||||||
"description": "Docker image influxdb",
|
|
||||||
"categories": ["docker"],
|
|
||||||
"platform": "linux",
|
|
||||||
"logo": "https://influxdata.github.io/branding/img/downloads/influxdata-logo--symbol--pool-alpha.png",
|
|
||||||
"image": "influxdb",
|
|
||||||
"container_name": "influxdb",
|
|
||||||
"ports": [
|
|
||||||
"8086:8086"
|
|
||||||
],
|
|
||||||
"volumes": [
|
|
||||||
{
|
|
||||||
"./influxdb-data:/var/lib/influxdb"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
// {
|
||||||
|
// "type": 1,
|
||||||
|
// "title": "Influxdb",
|
||||||
|
// "description": "Docker image influxdb",
|
||||||
|
// "categories": ["docker"],
|
||||||
|
// "platform": "linux",
|
||||||
|
// "logo": "https://influxdata.github.io/branding/img/downloads/influxdata-logo--symbol--pool-alpha.png",
|
||||||
|
// "image": "influxdb",
|
||||||
|
// "container_name": "influxdb",
|
||||||
|
// "ports": [
|
||||||
|
// "8086:8086"
|
||||||
|
// ],
|
||||||
|
// "volumes": [
|
||||||
|
// {
|
||||||
|
// "./influxdb-data:/var/lib/influxdb"
|
||||||
|
// }
|
||||||
|
// ]
|
||||||
|
// }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user