Remote INDI with Docker webserver - chicken and egg? #1749
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Made some progress:
Now the correct IP address shows up in the config page, but I still see no cameras available. I also don't see anything connecting to indiserver on the pi4:
|
Beta Was this translation helpful? Give feedback.
-
Got it. Had to start the docker-compose.yaml
Notably missing are indiserver, webserver, and mosquitto services/containers. Also, I've left the commented-out And my new start command:
|
Beta Was this translation helpful? Give feedback.
-
The capture container is where the camera would get defined when it initializes the camera for the first time. I am not sure why you could not save the config. I am assuming it was a setting that did not pass validation. The error would have caused the setting to highlight red, but you might have had to click through the different tabs to find it. It was not the indiserver hostname since that was not highlighted. I tested a new build this morning and the database container started fine with MariaDB 11. I am not sure what happened there. |
Beta Was this translation helpful? Give feedback.
Got it. Had to start the
capture
container as well. Here's what my compose file looks like:docker-compose.yaml