From fd9e70b634b1b5e3819d50a13a24053465faf714 Mon Sep 17 00:00:00 2001 From: ShankarMounesh Date: Fri, 29 Apr 2022 06:58:04 +0000 Subject: [PATCH] Update 'Deploment/portainer-stack.json' --- Deploment/portainer-stack.json | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/Deploment/portainer-stack.json b/Deploment/portainer-stack.json index 2f2ff12..e8bdda8 100644 --- a/Deploment/portainer-stack.json +++ b/Deploment/portainer-stack.json @@ -1,18 +1,23 @@ { - "type": 1, - "title": "grafana", - "description": "Grafana docker swarm service", - "categories": ["monitoring"], - "platform": "linux", - "logo": "https://uxwing.com/wp-content/themes/uxwing/download/10-brands-and-social-media/grafana.png", - "volumes": [ + "version": "2", + "templates": [ { - "container": "/var/lib/grafana", - "bind": "/grafana_data" + "type": 1, + "title": "grafana", + "description": "Grafana docker swarm service", + "categories": ["monitoring"], + "platform": "linux", + "logo": "https://uxwing.com/wp-content/themes/uxwing/download/10-brands-and-social-media/grafana.png", + "volumes": [ + { + "container": "/var/lib/grafana", + "bind": "/grafana_data" + } + ], + "ports": [ + "3000:3000/tcp" + ], + "image": "grafana/grafana" } - ], - "ports": [ - "3000:3000/tcp" - ], - "image": "grafana/grafana:master" + ] } \ No newline at end of file