usgo / online-ratings

AGA Online Ratings protocol and implementation
MIT License
23 stars 12 forks source link

Docker deploy #10

Closed brilee closed 8 years ago

brilee commented 8 years ago

@amj

Current progress: docker will run both the docker-compose.dev.yml and docker-compose.prod.yml files correctly on a local virtualbox instance. I've yet to test on AWS but it should also work properly.

Changes made:

It's a bit scary that strings evaluate to True in python... DEBUG = str(os.environ.get('DEBUG')).lower() == "true" to actually set debug correctly...

Next: