Update 'Deploment/portainer-stack.json'

This commit is contained in:
2022-04-29 08:23:15 +00:00
parent f11ca01bb0
commit 1ff6b007ac
+31 -9
View File
@@ -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, "type": 1,
"title": "mosquitto", "title": "influxdb",
"name": "mosquitto", "name": "influxdb",
"description": "Docker image mosquito", "description": "Docker image influxdb",
"categories": ["Monitoring"], "categories": ["Database"],
"platform": "linux", "platform": "linux",
"logo": "https://uxwing.com/wp-content/themes/uxwing/download/10-brands-and-social-media/grafana.png", "logo": "https://uxwing.com/wp-content/themes/uxwing/download/10-brands-and-social-media/grafana.png",
"administrator_only": false, "administrator_only": false,
"image": "eclipse-mosquitto", "image": "influxdb",
"hostname": "mosquitto", "hostname": "influxdb",
"ports": ["1883:1883/tcp","9001:9001/tcp"], "ports": ["8086:8086/tcp"],
"restart_policy": "unless-stopped", "restart_policy": "unless-stopped",
"volumes": [ "volumes": [
{ {
"container": "/mosquitto", "container": "/var/lib/influxdb",
"bind": "/srv/mosquitto_data", "bind": "/srv/influxdb-data",
"readonly": true "readonly": true
} }