docker containers on the same net (from compose) don't see each other – Nginx
I have two docker containers: nginx_server and django_server (with UWSGI) and a posgres with postgresql. Now the thing is, My nginx setup seems to be a bit off, because if gives me a 502 Bad Gateway any time I curl…