Node-RED - Smarthome simplified
Summary
Node-RED is a drag'n'drop service to simplify your smart home automations.
Installation via docker-compose
version: "3.7"
services:
node-red:
image: nodered/node-red:latest
environment:
- TZ=Europe/Berlin
ports:
- "1880:1880"
volumes:
- /home/ubuntu/nodered/data:/data