janvda
janvda
> I'm working on updating this project so if this is no longer of interest to you, I'll start adding some commits to your PR, clean it up and add...
FYI my docker-compose.yml file: ``` version: '2' volumes: node-red-data: services: node-red: build: ./node-red volumes: - 'node-red-data:/data' restart: always privileged: true labels: io.balena.features.supervisor-api: '1' ports: - 80:1880 # will make that...
I would suggest that for the first version: the actual service name is specified in the msg.payload of the incoming message for the start, stop and restart nodes.
I have created the 4 nodes in my branch https://github.com/janvda/node-red-contrib-balena/tree/service_start_stop_nodes