This is a cookiecutter project bootstrap template for running django-cms with a postgres database inside of a docker container.
First, install cookiecutter:
$ pip install "cookiecutter>=1.7.0"
Then run it against this repo:
$ cookiecutter https://github.com/creimers/djangocms-docker-cookiecutter
Then it's totally up to you.