Django + Docker: connection to server at "localhost" (127.0.0.1), port 5432 failed
I am trying to run my Django app (Nginx, Gunicorn) in docker. But for request http://167.99.137.32/admin/ I have error: (full log https://pastebin.com/0f8CqCQM) onnection to server at "localhost" (127.0.0.1), port 5432 failed: Connection refused Is the server running on that host…