Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

node-red service #2245

Open
LordJashin32 opened this issue Jul 31, 2021 · 1 comment
Open

node-red service #2245

LordJashin32 opened this issue Jul 31, 2021 · 1 comment
Labels
enhancement New feature or request high priority

Comments

@LordJashin32
Copy link
Member

LordJashin32 commented Jul 31, 2021

This is baller. I can connect what ever device and node-red has plugin for it including the Pi camera.
https://nodered.org/
here's the compose
cheers all

version: '3.7'

services:
  node-red:
    image: nodered/node-red
    container_name: node-red
    restart: always
    volumes:
      - ./containers/node-red:/data
      - /etc/localtime:/etc/localtime:ro
    ports:
      - 1880:1880
@LordJashin32 LordJashin32 added the enhancement New feature or request label Jul 31, 2021
@LordJashin32
Copy link
Member Author

LordJashin32 commented Jul 31, 2021

oh yeah. @dogi . You need to do this to get the local folder to work:

mkdir /home/pi/containers/node-red
chown -R 1000:1000 /home/pi/containers/node-red

Idk what magic to do to get around that. Having the folder is useful if you want to move a music file to it or etc.

Region

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request high priority
Projects
None yet
Development

No branches or pull requests

2 participants