Update 'Deploment/portainer-stack.json'

This commit is contained in:
2022-04-29 04:59:32 +00:00
parent c7e278db30
commit a3b891b424
+38 -38
View File
@@ -1,25 +1,25 @@
{ {
"version": "3", "version": "3",
"templates": [ "templates": [
// { {
// "type": 1, "type": 1,
// "title": "Registry", "title": "Mosquitto",
// "description": "Docker image registry", "description": "Docker image mosquitto",
// "categories": ["docker"], "categories": ["docker"],
// "platform": "linux", "platform": "linux",
// "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png", "logo": "https://www.pinclipart.com/picdir/big/336-3369424_iot-eclipse-org-mqtt.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" "bind":"/mosquitto"
// } }
// ] ]
// }, },
{ {
"type": 1, "type": 1,
"title": "Grafana", "title": "Grafana",
@@ -38,27 +38,27 @@
"user": "0", "user": "0",
"volumes": [ "volumes": [
{ {
"./grafana-data:/var/lib/grafana" "bind":"/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": [
{
"bind":"/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"
// }
// ]
// }
] ]
} }