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

Revision #2
Created 17 January 2022 16:01:58 by Andreas Greiner
Updated 3 January 2023 09:47:16 by Andreas Greiner