CityScoreToolkit icon indicating copy to clipboard operation
CityScoreToolkit copied to clipboard

docker-compose.yml database settings

Open scuerda opened this issue 9 years ago • 2 comments

The docker-compose.yml pulls postgres but the standard config uses sqlite.

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.

scuerda avatar Aug 16 '16 18:08 scuerda

@scuerda A PR would be great! Moving environment-specific config out of settings.py sounds like a fine idea.

alchenist avatar Aug 16 '16 20:08 alchenist

Sounds good. I'll put something together in next day or so.

scuerda avatar Aug 17 '16 18:08 scuerda