Hi,
WebODM is running fine on my Ubuntu workstations. Now I try to use the second workstation as a second processing node for the main workstation.
I run webodm.sh start
on workstation-1.local. I can get to the WebODM-interface on workstation-1.local:8000.
I run docker run -p 3000:3000 opendronemap/node-opendronemap
on workstation-2.local. I can reach node-odm on workstation-2.local:3000.
Next I add workstation-2.local as a processing node in WebODM (port 3000). Unfortunately node workstation-2.local:3000 is shown as “seems to be offline”!
As written above, I can reach the webinterface on workstation-2.local:3000 from the machine running WebODM. Is it a docker-specific problem, or did I get something wrong?