-
Notifications
You must be signed in to change notification settings - Fork 98
/
nodered.json
executable file
·34 lines (33 loc) · 1.63 KB
/
nodered.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"Node-RED by nodered.org":{
"containers": {
"nodered": {
"image": "nodered/node-red",
"tag": "latest",
"launch_order": 1,
"ports": {
"1880": {
"description": "Node-RED WebUI port. Suggested default: 1880",
"host_default": 1880,
"label": "WebUI port",
"ui": true
}
},
"volumes": {
"/data": {
"description": "Choose a Share for Node-RED. Eg: create a Share called nodered-data for this purpose alone.",
"label": "Storage",
"min_size": 1073741824
}
}
}
},
"version": "1.1",
"description": "Low-code programming for event-driven applications. Node-RED is a programming tool for wiring together hardware devices, APIs and online services in new and interesting ways. <p>Based on the official docker image: <a href='https://hub.docker.com/r/nodered/node-red' target='_blank'>https://hub.docker.com/r/nodered/node-red</a>, available for amd64 and arm64 architecture.",
"more_info": "Browser-based flow editing that makes it easy to wire together flows using the wide range of nodes in the palette. Javascript functions can be created within the editor. A built-in editor allows you to save useful functions.",
"ui": {
"slug": ""
},
"website": "https://nodered.org"
}
}