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