An open API service indexing awesome lists of open source software.

https://github.com/cedadev/django-docker

Base image for installing and running a Django application in a Docker container.
https://github.com/cedadev/django-docker

Last synced: 13 days ago
JSON representation

Base image for installing and running a Django application in a Docker container.

Awesome Lists containing this project

README

          

# django-docker

This repository contains utilities for building Docker images to run Django applications.

1. The [Docker configuration](./docker) used to build the
[cedadev/django-docker](https://hub.docker.com/r/cedadev/django-docker/)
images on Docker Hub.

2. A [Python package](./python) providing default Django settings, intended to make
it easy to build a Django Docker container that is configurable using environment
variables.