1
0

feat: Optimize the Node-RED installation package

This commit is contained in:
wanghe-fit2cloud
2024-12-09 17:02:57 +08:00
parent 25c7d911d8
commit 5a386464a7
3 changed files with 8 additions and 8 deletions

View File

@@ -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

View File

@@ -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