Update 'Deploment/deployment.json'
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user