diff --git a/Deploment/portainer-stack.json b/Deploment/portainer-stack.json index 863e499..4eae1e6 100644 --- a/Deploment/portainer-stack.json +++ b/Deploment/portainer-stack.json @@ -1,25 +1,25 @@ { "version": "3", "templates": [ - // { - // "type": 1, - // "title": "Registry", - // "description": "Docker image registry", - // "categories": ["docker"], - // "platform": "linux", - // "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png", - // "image": "eclipse-mosquitto", - // "container_name": "mosquitto", - // "ports": [ - // "1883:1883", - // "9001:9001" - // ], - // "volumes":[ - // { - // "./mosquitto-data:/mosquitto" - // } - // ] - // }, + { + "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":[ + { + "bind":"/mosquitto" + } + ] + }, { "type": 1, "title": "Grafana", @@ -38,27 +38,27 @@ "user": "0", "volumes": [ { - "./grafana-data:/var/lib/grafana" + "bind":"/var/lib/grafana" + } + ] + }, + { + "type": 1, + "title": "Influxdb", + "description": "Docker image influxdb", + "categories": ["docker"], + "platform": "linux", + "logo": "https://influxdata.github.io/branding/img/downloads/influxdata-logo--symbol--pool-alpha.png", + "image": "influxdb", + "container_name": "influxdb", + "ports": [ + "8086:8086" + ], + "volumes": [ + { + "bind":"/var/lib/influxdb" } ] } - // { - // "type": 1, - // "title": "Influxdb", - // "description": "Docker image influxdb", - // "categories": ["docker"], - // "platform": "linux", - // "logo": "https://influxdata.github.io/branding/img/downloads/influxdata-logo--symbol--pool-alpha.png", - // "image": "influxdb", - // "container_name": "influxdb", - // "ports": [ - // "8086:8086" - // ], - // "volumes": [ - // { - // "./influxdb-data:/var/lib/influxdb" - // } - // ] - // } ] } \ No newline at end of file