Update 'Deploment/deployment.json'
This commit is contained in:
@@ -103,7 +103,35 @@
|
||||
"labels": [
|
||||
{ "name": "com.centurylinklabs.watchtower.enable", "value": "true" }
|
||||
]
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
"type": 1,
|
||||
"title": "node-red",
|
||||
"name": "node-red.bit.lan",
|
||||
"description": "Docker image node-red",
|
||||
"categories": ["Server"],
|
||||
"platform": "linux",
|
||||
"logo": "https://www.pngkey.com/download/u2q8y3u2y3w7r5w7_node-red/",
|
||||
"administrator_only": false,
|
||||
"privileged": true,
|
||||
"image": "nodered/node-red",
|
||||
"hostname": "Node-red",
|
||||
"restart_policy": "always",
|
||||
"ports": ["1880:1880/tcp"],
|
||||
"volumes": [
|
||||
{
|
||||
"container": "/srv/node-red.bit.lan/node-red-data",
|
||||
"bind": "/data",
|
||||
"readonly": true
|
||||
}
|
||||
],
|
||||
"labels": [
|
||||
{ "name": "com.centurylinklabs.watchtower.enable", "value": "true" }
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user