docker-compose up -d
docker-compose run web python ./freechess/manage.py migrate
docker-compose run web python ./freechess/manage.py loaddata admin_user
https://cloud.google.com/container-engine/docs/tutorials/hello-wordpress
brew install heroku-toolbelt
heroku login
heroku info --app freechess
git remote add heroku [email protected]:freechess.git
git push -f heroku master
heroku ps:scale web=1
heroku run python manage.py syncdb --noinput
heroku logs --tail