From c7e278db309cde2bbe601b1819ee404a91fc20d5 Mon Sep 17 00:00:00 2001 From: ShankarMounesh Date: Fri, 29 Apr 2022 04:49:19 +0000 Subject: [PATCH] Update 'Deploment/portainer-stack.json' --- Deploment/portainer-stack.json | 74 +++++++++++++++++----------------- 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/Deploment/portainer-stack.json b/Deploment/portainer-stack.json index 88c1e64..863e499 100644 --- a/Deploment/portainer-stack.json +++ b/Deploment/portainer-stack.json @@ -1,25 +1,25 @@ { "version": "3", "templates": [ - { - "type": 1, - "title": "Registry", - "description": "Docker image registry", - "categories": ["docker"], - "platform": "linux", - "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png", - "image": "eclipse-mosquitto", - "container_name": "mosquitto", - "ports": [ - "1883:1883", - "9001:9001" - ], - "volumes":[ - { - "./mosquitto-data:/mosquitto" - } - ] - }, + // { + // "type": 1, + // "title": "Registry", + // "description": "Docker image registry", + // "categories": ["docker"], + // "platform": "linux", + // "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png", + // "image": "eclipse-mosquitto", + // "container_name": "mosquitto", + // "ports": [ + // "1883:1883", + // "9001:9001" + // ], + // "volumes":[ + // { + // "./mosquitto-data:/mosquitto" + // } + // ] + // }, { "type": 1, "title": "Grafana", @@ -41,24 +41,24 @@ "./grafana-data:/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": [ - { - "./influxdb-data:/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" + // } + // ] + // } ] } \ No newline at end of file