From 17289b08019f9c73dd607f43fbc4aca1f1bcd0c3 Mon Sep 17 00:00:00 2001 From: ShankarMounesh Date: Fri, 29 Apr 2022 05:58:31 +0000 Subject: [PATCH] Update 'Deploment/portainer-stack.json' --- Deploment/portainer-stack.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/Deploment/portainer-stack.json b/Deploment/portainer-stack.json index f4bdc3e..dd122f7 100644 --- a/Deploment/portainer-stack.json +++ b/Deploment/portainer-stack.json @@ -4,17 +4,34 @@ { "type": 1, "title": "Mosquitto", - "description": "Docker image Mosquitto", + "description": "Docker image mosquitto", "categories": ["docker"], "platform": "linux", "logo": "https://www.pinclipart.com/picdir/big/336-3369424_iot-eclipse-org-mqtt.png", "image": "eclipse-mosquitto", + "container_name": "mosquitto", "ports": ["1883:1883/tcp", "9001:9001/tcp"], "volumes": [ { "bind": "/mosquitto" } ] + }, + { + "type": 1, + "title": "Grafana", + "description": "Docker image grafana", + "categories": ["docker"], + "platform": "linux", + "logo": "https://uxwing.com/wp-content/themes/uxwing/download/10-brands-and-social-media/grafana.png", + "image": "grafana/grafana", + "container_name": "grafana", + "ports": ["3000:3000/tcp"], + "volumes": [ + { + "bind": "/var/lib/grafana" + } + ] } ] } \ No newline at end of file