feat: Optimize the Node-RED installation package
This commit is contained in:
@@ -1,9 +1,6 @@
|
|||||||
networks:
|
|
||||||
1panel-network:
|
|
||||||
external: true
|
|
||||||
services:
|
services:
|
||||||
node-red:
|
node-red:
|
||||||
image: nodered/node-red:latest
|
image: nodered/node-red:4.0.5
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
@@ -17,3 +14,6 @@ services:
|
|||||||
- ./data:/data
|
- ./data:/data
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
||||||
@@ -1,15 +1,15 @@
|
|||||||
name: Node-RED
|
name: Node-RED
|
||||||
tags:
|
tags:
|
||||||
- 实用工具
|
- 实用工具
|
||||||
title: Node-RED 编程工具
|
title: 用于事件驱动应用的低代码编程
|
||||||
description: Node-RED 是一个基于流的编程工具
|
description: 用于事件驱动应用的低代码编程
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
key: node-red
|
key: node-red
|
||||||
name: Node-RED
|
name: Node-RED
|
||||||
tags:
|
tags:
|
||||||
- Tool
|
- Tool
|
||||||
shortDescZh: Node-RED 是一个基于流的编程工具
|
shortDescZh: 用于事件驱动应用的低代码编程
|
||||||
shortDescEn: Node-RED is a flow-based programming tool
|
shortDescEn: Low-code programming for event-driven applications
|
||||||
type: tool
|
type: tool
|
||||||
crossVersionUpdate: true
|
crossVersionUpdate: true
|
||||||
limit: 0
|
limit: 0
|
||||||
|
|||||||
Reference in New Issue
Block a user