/django-alpine-docker

Docker images for Django-based apps based on Alpine

Primary LanguageDockerfileMIT LicenseMIT

django-alpine-docker

Build Status MIT License

This repository builds four Docker images:

nathanosman/django-alpine:base

This image provides the bare minimum necessary for running a Django application. This currently includes uWSGI and the Django Python package.

nathanosman/django-alpine:psycopg2

This image provides everything in the base image as well as the psycopg2 Python package, enabling support for PostgreSQL database connections.

nathanosman/django-alpine:compressor

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.

nathanosman/django-alpine:pillow

This image provides everything in the compressor image as well as the Pillow Python package, enabling image reading / writing / editing.