This repository builds four Docker images:
This image provides the bare minimum necessary for running a Django application. This currently includes uWSGI and the Django Python package.
This image provides everything in the base image as well as the psycopg2 Python package, enabling support for PostgreSQL database connections.
This image provides everything in the psycopg2 image as well as the django-libsass and django_compressor Python packages, enabling full support for compiling SASS files and minifying scripts.
This image provides everything in the compressor image as well as the Pillow Python package, enabling image reading / writing / editing.