Unable to connect to postgres database outside of docker image
I started to dabble with docker. I have a asp .net core application. I can go to my route /health and see my app can connect to my postgres server fine. But the moment I deploy my application to a…