From ea92232ce94c4297e5a84837d79164ea43a5b62c Mon Sep 17 00:00:00 2001 From: ShankarMounesh Date: Fri, 29 Apr 2022 05:21:40 +0000 Subject: [PATCH] Update 'Deploment/portainer-stack.json' --- Deploment/portainer-stack.json | 49 ++-------------------------------- 1 file changed, 2 insertions(+), 47 deletions(-) diff --git a/Deploment/portainer-stack.json b/Deploment/portainer-stack.json index 9f0ca80..ea99c06 100644 --- a/Deploment/portainer-stack.json +++ b/Deploment/portainer-stack.json @@ -10,57 +10,12 @@ "logo": "https://www.pinclipart.com/picdir/big/336-3369424_iot-eclipse-org-mqtt.png", "image": "eclipse-mosquitto", "container_name": "mosquitto", - "ports": [ - "1883:1883", - "9001:9001" - ], - "volumes":[ + "ports": ["1883:1883","9001:9001"], + "volumes": [ { "conatiner": "/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" - ], - "env_file": [ - "grafana.env" - ], - "user": "0", - "volumes": [ - { - "conatiner": "/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": [ - { - "conatiner": "/var/lib/influxdb" - } - ] } ] } \ No newline at end of file