I have an angular app hosted in a docker container. I need to access this UI outside the machine where the container is running. Because of this, I need to call other services on the host machine using the docker host machine's IP address.
For this, I need a way to pass the Docker host's IP to my angular app where the URL to another containerized service is generated.
I tried setting the environment variable and passing it but haven't been successful in finding the right way to go about it.