diff --git a/Deploment/portainer-stack.json b/Deploment/portainer-stack.json index dcac343..2c119be 100644 --- a/Deploment/portainer-stack.json +++ b/Deploment/portainer-stack.json @@ -2,20 +2,26 @@ "version": "2", "templates": [ { - "type": 1, - "title": "Mosquitto", - "description": "Docker image mosquitto", - "categories": ["docker"], - "platform": "linux", - "logo": "https://www.pinclipart.com/picdir/big/336-3369424_iot-eclipse-org-mqtt.png", - "image": "eclipse-mosquitto", - "container_name": "mosquitto", - "ports": ["1883:1883","9001:9001"], - "volumes": [ - { - "conatiner": "/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