Nginx proxy pass to dockerized gunicorn server
I try to deploy an app with the following architecture: the backend is based on a dockerized Django Rest Framework with gunicorn listening on 127.0.0.1:8000 the frontend is based on VueJS (not dockerized) and make calls to my backend API…