Django, Postgres, Gunicorn, Nginx with Docker (Part-2)
Continued... part-1
Gunicorn
Now, install Gunicorn. It's production grade WSGI server.
For now, since we want to use default django's built-in server, create production compose file:
version: '3.5'
services:
app:
build:
con...
blog.budhathokisagar.com.np4 min read