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