Slow network response with Django via docker
So I currently have my Django project running in Docker on a windows host machine . My database is one a seperate container , so is Nginx and the web app it self. I can access the Django site locally on the same windows host machine with no issues however when accessing the site over the local network every page literally takes about 20-30 seconds to load . When I look at the developers tools under the network section it doesn’t even show what is bottle necking just that I can see the page takes that long to get a response but when it starts to load is very quick. I have a feeling this is something to do with requests coming to the bridge connection on docker but I have no idea what I need to do to rectify this . Can some please suggest or help if they have experienced this .