Base django for running in docker
Go to file Use this template
Alex Davies 6ea1e9af42 Initial commit 2021-07-16 13:13:29 -03:00
djangobase Initial commit 2021-07-16 13:13:29 -03:00
tests Initial commit 2021-07-16 13:13:29 -03:00
.gitignore Initial commit 2021-07-16 13:13:29 -03:00
Dockerfile Initial commit 2021-07-16 13:13:29 -03:00
README.md Initial commit 2021-07-16 13:13:29 -03:00
docker-develop.yaml Initial commit 2021-07-16 13:13:29 -03:00
docker-example-production.yaml Initial commit 2021-07-16 13:13:29 -03:00
requirements.txt Initial commit 2021-07-16 13:13:29 -03:00

README.md

A base django project for dockerized django. Intended to make creating quick django docker apps very easy for me. Prefered databases are postgres and cockroachdb.

docker-compose -f docker-develop.yaml up --build

Environment variables

Read the djangobase/default_environment.env file for a full list of environment variables and their defaults. Environment variables are taken from the actual environment, the .env file, and finally the defaultEnv file.

ToDo

  • Plugable authentication via env variables (ldap at the very least)