Update 'Deploment/deployment.json'

This commit is contained in:
2022-04-29 10:27:00 +00:00
parent c4958eb982
commit 2d7e8301c9
+20 -7
View File
@@ -38,30 +38,43 @@
{ {
"type": 1, "type": 1,
"title": "mosquitto", "title": "mosquitto",
"name": "mosquitto", "name": "mosquitto.bit.lan",
"description": "Docker image mosquito", "description": "Docker image mosquito",
"categories": ["Docker"], "categories": ["Docker"],
"platform": "linux", "platform": "linux",
"logo": "https://www.pinclipart.com/picdir/big/336-3369424_iot-eclipse-org-mqtt.png", "logo": "https://www.pinclipart.com/picdir/big/336-3369424_iot-eclipse-org-mqtt.png",
"administrator_only": false, "administrator_only": false,
"image": "eclipse-mosquitto", "image": "eclipse-mosquitto:2",
"hostname": "mosquitto", "hostname": "mosquitto",
"ports": ["1883:1883/tcp","9001:9001/tcp"], "network": "host",
"restart_policy": "always", "restart_policy": "always",
"volumes": [ "volumes": [
{ {
"container": "/mosquitto", "container": "/mosquitto/data",
"bind": "/srv/mosquitto_data", "bind": "/srv/mosquitto.bit.lan/docker/data",
"readonly": false "readonly": false
}, },
{ {
"container": "/mosquitto/config/mosquitto.conf", "container": "/mosquitto/config",
"bind": "/srv/mosquitto_data/config/mosquitto.conf", "bind": "/srv/mosquitto.bit.lan/docker/config",
"readonly": false "readonly": false
} }
,
{
"container": "/mosquitto/log",
"bind": "/srv/mosquitto.bit.lan/docker/log",
"readonly": false
}
],
"labels": [
{ "name": "com.centurylinklabs.watchtower.enable", "value": "true" }
] ]
}, },
{ {
"type": 1, "type": 1,
"title": "influxdb", "title": "influxdb",