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.
- Host: GitHub
- URL: https://github.com/cedadev/django-docker
- Owner: cedadev
- Created: 2017-08-11T08:41:26.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-18T10:53:44.000Z (almost 9 years ago)
- Last Synced: 2025-01-06T02:09:03.709Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.