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