node-red-docker
node-red-docker copied to clipboard
Repository for all things Node-RED and Docker related
Would be nice to include Upstream Nodered changelogs in this repos release changelogs, or link them. I use renovate to update my nodered containers and renovate pulls the changelog from...
Hi mates, I've troubles installing this container on Mikrotik ac3, I've used the same procedure I did succesfully on CHR (same RouterOS version 7,16), the package extracts but then keeps...
``` version: '3.8' services: nodered: image: registry.xiangyuniot.com/edge/nodered:4.0.3-arm container_name: nodered user: root network_mode: host cap_add: - NET_ADMIN volumes: - node-red-data:/data - /sys/class/leds:/sys/class/leds - /sys/devices/platform/leds:/sys/devices/platform/leds - /dev/ttyS3:/dev/ttyS3_4851 - /dev/ttyS4:/dev/ttyS4_485422 - /dev/ttyS9:/dev/ttyS9_232 tty:...