From ac10916059d13e4117ab77dc6365f9c78af3023d Mon Sep 17 00:00:00 2001 From: ShankarMounesh Date: Fri, 29 Apr 2022 05:02:30 +0000 Subject: [PATCH] Update 'Deploment/portainer-stack.json' --- Deploment/portainer-stack.json | 42 +--------------------------------- 1 file changed, 1 insertion(+), 41 deletions(-) diff --git a/Deploment/portainer-stack.json b/Deploment/portainer-stack.json index df46aaf..8b18562 100644 --- a/Deploment/portainer-stack.json +++ b/Deploment/portainer-stack.json @@ -1,5 +1,5 @@ { - "version": "3", + "version": "2", "templates": [ { "type": 1, @@ -19,46 +19,6 @@ "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" - ], - "env_file": [ - "grafana.env" - ], - "user": "0", - "volumes": [ - { - "bind": "/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": [ - { - "bind": "/var/lib/influxdb" - } - ] } ] } \ No newline at end of file