add node-red

This commit is contained in:
2023-04-20 10:59:52 +08:00
parent c4e557c349
commit 0ac88cbef2

View File

@@ -0,0 +1,21 @@
version: "3.7"
services:
node-red:
container_name: node-red
image: nodered/node-red:latest
restart: unless-stopped
environment:
- TZ=Asia/Shanghai
ports:
- "1880:1880"
volumes:
- ./data:/data
networks:
nginx:
aliases:
- node-red
networks:
nginx:
external: true