Document how to set production settings with Docker and docker-compose
We need to have a documented path to extend or override the settings.py module by means of
- creating a
production_settings.pymodule that imports and extends or overrides the settings, and - extending the
django-compose.ymlto mount the new settings module into thesteeringcontainer and set the environment variableDJANGO_SETTINGS_MODULEto it.
Edited by Ernesto Rico Schmidt