FAQ | This is a LIVE service | Changelog

Skip to content

Add gunicorn

Robin Goodall requested to merge add-gunicorn into master

Created by: abrahammartin

gunicorn is our preferred web server in our django applications. Add it to the default docker image so it is already preinstalled when we import from it. Also throw into the mix whitenoise (for serving static files with gunicorn) and brotlipy (faster compression in whitenoise).

Merge request reports