Add Template Node red (#164)
This commit is contained in:
committed by
GitHub
parent
744c7a5e10
commit
add9717d64
BIN
images/node-red.png
Normal file
BIN
images/node-red.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
@@ -4,18 +4,14 @@ services:
|
||||
image: nodered/node-red:latest
|
||||
container_name: node-red
|
||||
environment:
|
||||
NODE_RED_CREDENTIAL_SECRET: ${NODE_RED_CREDENTIAL_SECRET}
|
||||
TZ: ${TZ}
|
||||
NODE_RED_CREDENTIAL_SECRET: ${NODE_RED_CREDENTIAL_SECRET}
|
||||
TZ: ${TZ}
|
||||
volumes:
|
||||
- node-red-data:/data
|
||||
- data:/data
|
||||
ports:
|
||||
- 1880:1880
|
||||
networks:
|
||||
iot:
|
||||
restart: unless-stopped
|
||||
|
||||
volumes:
|
||||
node-red-data:
|
||||
data:
|
||||
|
||||
networks:
|
||||
iot:
|
||||
@@ -2823,7 +2823,39 @@
|
||||
"url": "https://github.com/novaspirit/pi-hosted"
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
"categories": [
|
||||
"Other",
|
||||
"Web",
|
||||
"Tools"
|
||||
],
|
||||
"description": "Node-RED is a programming tool for wiring together hardware devices, APIs and online services in new and interesting ways. It provides a browser-based editor that makes it easy to wire together flows using the wide range of nodes in the palette that can be deployed to its runtime in a single-click.",
|
||||
"env": [
|
||||
{
|
||||
"default": "your_secret_goes_here",
|
||||
"label": "NODE_RED_CREDENTIAL_SECRET",
|
||||
"name": "NODE_RED_CREDENTIAL_SECRET"
|
||||
},
|
||||
{
|
||||
"default": "America/New_York",
|
||||
"label": "TZ",
|
||||
"name": "TZ"
|
||||
}
|
||||
],
|
||||
"logo": "https://raw.githubusercontent.com/rmiddle/pi-hosted/master/images/node-red.png",
|
||||
"name": "node-red",
|
||||
"platform": "linux",
|
||||
"ports": [
|
||||
"1880:1880/tcp"
|
||||
],
|
||||
"restart_policy": "unless-stopped",
|
||||
"title": "Node Red",
|
||||
"type": 3,
|
||||
"repository": {
|
||||
"stackfile": "stack/node-red.yml",
|
||||
"url": "https://github.com/rmiddle/pi-hosted/"
|
||||
}
|
||||
},
|
||||
{
|
||||
"categories": [
|
||||
"Downloaders"
|
||||
|
||||
Reference in New Issue
Block a user