Pointing Bahmni to own Domain.

I have a setup where my server host multiple apps all containerized but with routing managed by independent Nginx-letsencrypt (jwilder). I have already spined Bahmni dockerized setup but i’m having some challenge on how to redirect my domain traffic to bahmin interface.
To summarize, which Bahmni container that manages the frontend interface. Thanks

From the bahmni’s docker compose configuration, you can see that the HTTP and HTTPS ports are exposed by the proxy service. The default ports are 443 and 80. If you would like to run on a different port, then refer here.