diff --git a/Deploment/portainer-stack.json b/Deploment/portainer-stack.json index 3227505..bea1839 100644 --- a/Deploment/portainer-stack.json +++ b/Deploment/portainer-stack.json @@ -1,22 +1,19 @@ { - "version": "2", - "templates": [ + "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", + "ports": ["1883:1883/tcp", "9001:9001/tcp"], + "volumes": [ { - "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/tcp"], - "user": "0", - "volumes": [ - { - "bind": "/var/lib/grafana" - } - ] - } - ] + "container": "/mosquitto" + } + ] + } } \ No newline at end of file