mapletree/lxc2/homeassistant/nodered.yml
2026-01-29 13:37:11 -07:00

9 lines
212 B
YAML
Executable file

services:
node-red:
image: nodered/node-red:latest
container_name: node-red
restart: unless-stopped
ports:
- "1880:1880"
volumes:
- /docker/homeassistant/node-red:/data