Build event-driven applications with an accessible, low-code programming environment. Designed to help users of any background automate their world, this platform makes it simple to collect, transform, and visualize real-time data. Whether setting up home automation or managing industrial control systems, you can create powerful workflows without writing extensive code.
Built on a robust, non-blocking event-driven model, it is highly efficient. You can deploy it anywhere, from low-cost edge hardware like a Raspberry Pi to scalable cloud environments.
Key benefits include:
services:
node-red:
image: nodered/node-red:latest
environment:
- TZ=Europe/Amsterdam
ports:
- "1880:1880"
networks:
- node-red-net
volumes:
- ./data:/data
networks:
node-red-net:# No sensitive environment variables are required for the default configuration.
# You can override the timezone in the docker-compose.yml file directly.Auto-fetched about 20 hours ago
Auto-fetched about 20 hours ago