diff --git a/Deploment/portainer-stack.json b/Deploment/portainer-stack.json index ef3b756..7f7b7ce 100644 --- a/Deploment/portainer-stack.json +++ b/Deploment/portainer-stack.json @@ -3,20 +3,13 @@ "templates": [ { "type": 1, - "title": "grafana", - "description": "Grafana docker swarm service", - "categories": ["monitoring"], + "title": "Garfana", + "description": "Docker monitoring tool grafana", + "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" - } - ], - "ports": [ - "3000:3000/tcp" - ], - "image": "grafana/grafana" + "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png", + "image": "grafana:grafana", + "ports": ["3000:3000/tcp"] + } + ] } - ] -} \ No newline at end of file