diff --git a/Deploment/portainer-stack.json b/Deploment/portainer-stack.json index 606afb7..f9091be 100644 --- a/Deploment/portainer-stack.json +++ b/Deploment/portainer-stack.json @@ -3,20 +3,21 @@ "templates": [ { "type": 1, - "title": "mosquitto", - "description": "Docker image mosquitto", - "categories": ["docker"], + "title": "grafana", + "description": "Grafana docker swarm service", + "categories": ["monitoring"], "platform": "linux", - "logo": "https://www.pinclipart.com/picdir/big/336-3369424_iot-eclipse-org-mqtt.png", - "image": "eclipse-mosquitto", - "ports": ["1883:1883/tcp", "9001:9001/tcp"], + "logo": "https://cloudinovasi.id/assets/img/logos/cockroachdb.png", "volumes": [ { - "container": "/mosquitto", - "bind": "mosquitto-data", - "readonly": false + "container": "/var/lib/grafana", + "bind": "./grafana_data" } - ] - } + ], + "ports": [ + "3000:3000/tcp" + ], + "image": "grafana/grafana" + } ] } \ No newline at end of file