Best practice to use gatus docker in order to see other docker container which are using network_mode: host option #644
Unanswered
Staubgeborener
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am running gatus in a docker container, there i can successfully connect all services to the dashboard which are in the same network as gatus. For example, i am running an nginx proxy manager. Gatus is in the same network as this manager so i can display the health status of the proxy manager. This setup looks like this:
Good.
But i also got docker container which use the
network_mode: host
parameter (for example homebridge) so i can't assign those container to another network. How can i use gatus in order, that gatus can see containers which are usingnetwork_mode: host
? I also thought about setting gatus itself also innetwork_mode: host
, so gatus can see everything in my network (which sounds pretty bad, but should work). Problem: Gatus HAS to be in the proxy docker network, because the proxy manager ensures that i can see the gatus dashboard on my website.Beta Was this translation helpful? Give feedback.
All reactions