The `docker-compose.yml` pulls postgres but the standard config uses `sqlite`. Might be helpful to use a .env and something like [django environ](http://django-environ.readthedocs.io/en/latest/) to implement 12-factor-style configuration. I'm happy to submit a pull request for this if there is interest.
The
docker-compose.ymlpulls postgres but the standard config usessqlite.Might be helpful to use a .env and something like django environ to implement 12-factor-style configuration.
I'm happy to submit a pull request for this if there is interest.