From 7c0a1f1e2e65b26dbb10565695c8e06191e23e00 Mon Sep 17 00:00:00 2001 From: ShankarMounesh Date: Fri, 29 Apr 2022 06:48:53 +0000 Subject: [PATCH] Update 'Deploment/portainer-stack.json' --- Deploment/portainer-stack.json | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/Deploment/portainer-stack.json b/Deploment/portainer-stack.json index 606afb7..f9091be 100644 --- a/Deploment/portainer-stack.json +++ b/Deploment/portainer-stack.json @@ -3,20 +3,21 @@ "templates": [ { "type": 1, - "title": "mosquitto", - "description": "Docker image mosquitto", - "categories": ["docker"], + "title": "grafana", + "description": "Grafana docker swarm service", + "categories": ["monitoring"], "platform": "linux", - "logo": "https://www.pinclipart.com/picdir/big/336-3369424_iot-eclipse-org-mqtt.png", - "image": "eclipse-mosquitto", - "ports": ["1883:1883/tcp", "9001:9001/tcp"], + "logo": "https://cloudinovasi.id/assets/img/logos/cockroachdb.png", "volumes": [ { - "container": "/mosquitto", - "bind": "mosquitto-data", - "readonly": false + "container": "/var/lib/grafana", + "bind": "./grafana_data" } - ] - } + ], + "ports": [ + "3000:3000/tcp" + ], + "image": "grafana/grafana" + } ] } \ No newline at end of file