diff --git a/Deploment/portainer-stack.json b/Deploment/portainer-stack.json index a33519a..5078772 100644 --- a/Deploment/portainer-stack.json +++ b/Deploment/portainer-stack.json @@ -23,23 +23,45 @@ } ] }, + // { + // "type": 1, + // "title": "mosquitto", + // "name": "mosquitto", + // "description": "Docker image mosquito", + // "categories": ["Docker"], + // "platform": "linux", + // "logo": "https://uxwing.com/wp-content/themes/uxwing/download/10-brands-and-social-media/grafana.png", + // "administrator_only": false, + // "image": "eclipse-mosquitto", + // "hostname": "mosquitto", + // "ports": ["1883:1883/tcp","9001:9001/tcp"], + // "restart_policy": "unless-stopped", + // "volumes": [ + // { + // "container": "/mosquitto", + // "bind": "/srv/mosquitto_data", + // "readonly": true + + // } + // ] + // } { "type": 1, - "title": "mosquitto", - "name": "mosquitto", - "description": "Docker image mosquito", - "categories": ["Monitoring"], + "title": "influxdb", + "name": "influxdb", + "description": "Docker image influxdb", + "categories": ["Database"], "platform": "linux", "logo": "https://uxwing.com/wp-content/themes/uxwing/download/10-brands-and-social-media/grafana.png", "administrator_only": false, - "image": "eclipse-mosquitto", - "hostname": "mosquitto", - "ports": ["1883:1883/tcp","9001:9001/tcp"], + "image": "influxdb", + "hostname": "influxdb", + "ports": ["8086:8086/tcp"], "restart_policy": "unless-stopped", "volumes": [ { - "container": "/mosquitto", - "bind": "/srv/mosquitto_data", + "container": "/var/lib/influxdb", + "bind": "/srv/influxdb-data", "readonly": true }