Error: node not deploy

Hello guys any body use Node-Red with docker ?
Let me explain the aplication:
I use docker compose and set the network, ip (fixed) and volume (outside) using the docker-compose. After run docker compose, I run to inside of container e execute npm install of all modules. So I do the flows that are been saved in the volume outside/inside :data.
But for any one reason, after remove the container e run a new docker-compose, the message of image apear and no one flow work again.

I try diferent options but all with same result Error: node not deplyed

  1. import the flows.json (Error)
  2. copy and past the file flows.json in the volume (Error)

Exist some other file that I should be import?

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.