From 17ac7bb55109b56a61f5365c1c363a51cf658ca7 Mon Sep 17 00:00:00 2001 From: ShankarMounesh Date: Fri, 29 Apr 2022 05:03:32 +0000 Subject: [PATCH] Update 'Deploment/portainer-stack.json' --- Deploment/portainer-stack.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/Deploment/portainer-stack.json b/Deploment/portainer-stack.json index 8b18562..c4954ea 100644 --- a/Deploment/portainer-stack.json +++ b/Deploment/portainer-stack.json @@ -19,6 +19,29 @@ "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" + } + ] } ] } \ No newline at end of file