From 2d7e8301c9aafd780ef18a6c638d05a58da42f36 Mon Sep 17 00:00:00 2001 From: ShankarMounesh Date: Fri, 29 Apr 2022 10:27:00 +0000 Subject: [PATCH] Update 'Deploment/deployment.json' --- Deploment/deployment.json | 29 +++++++++++++++++++++-------- 1 file changed, 21 insertions(+), 8 deletions(-) diff --git a/Deploment/deployment.json b/Deploment/deployment.json index 1a0b327..4f0a806 100644 --- a/Deploment/deployment.json +++ b/Deploment/deployment.json @@ -38,30 +38,43 @@ { "type": 1, "title": "mosquitto", - "name": "mosquitto", + "name": "mosquitto.bit.lan", "description": "Docker image mosquito", "categories": ["Docker"], "platform": "linux", "logo": "https://www.pinclipart.com/picdir/big/336-3369424_iot-eclipse-org-mqtt.png", "administrator_only": false, - "image": "eclipse-mosquitto", + "image": "eclipse-mosquitto:2", "hostname": "mosquitto", - "ports": ["1883:1883/tcp","9001:9001/tcp"], + "network": "host", "restart_policy": "always", "volumes": [ { - "container": "/mosquitto", - "bind": "/srv/mosquitto_data", + "container": "/mosquitto/data", + "bind": "/srv/mosquitto.bit.lan/docker/data", "readonly": false }, { - "container": "/mosquitto/config/mosquitto.conf", - "bind": "/srv/mosquitto_data/config/mosquitto.conf", + "container": "/mosquitto/config", + "bind": "/srv/mosquitto.bit.lan/docker/config", "readonly": false } - ] + , + + { + "container": "/mosquitto/log", + "bind": "/srv/mosquitto.bit.lan/docker/log", + "readonly": false + } + ], + "labels": [ + { "name": "com.centurylinklabs.watchtower.enable", "value": "true" } + ] }, + + + { "type": 1, "title": "influxdb",