Update 'Deploment/portainer-stack.json'
This commit is contained in:
@@ -3,20 +3,21 @@
|
|||||||
"templates": [
|
"templates": [
|
||||||
{
|
{
|
||||||
"type": 1,
|
"type": 1,
|
||||||
"title": "mosquitto",
|
"title": "grafana",
|
||||||
"description": "Docker image mosquitto",
|
"description": "Grafana docker swarm service",
|
||||||
"categories": ["docker"],
|
"categories": ["monitoring"],
|
||||||
"platform": "linux",
|
"platform": "linux",
|
||||||
"logo": "https://www.pinclipart.com/picdir/big/336-3369424_iot-eclipse-org-mqtt.png",
|
"logo": "https://cloudinovasi.id/assets/img/logos/cockroachdb.png",
|
||||||
"image": "eclipse-mosquitto",
|
|
||||||
"ports": ["1883:1883/tcp", "9001:9001/tcp"],
|
|
||||||
"volumes": [
|
"volumes": [
|
||||||
{
|
{
|
||||||
"container": "/mosquitto",
|
"container": "/var/lib/grafana",
|
||||||
"bind": "mosquitto-data",
|
"bind": "./grafana_data"
|
||||||
"readonly": false
|
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
}
|
"ports": [
|
||||||
|
"3000:3000/tcp"
|
||||||
|
],
|
||||||
|
"image": "grafana/grafana"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user