docker-compose build
docker-compose run xp bash
# You should now have a bash on the xp containercd /opt/xp/src/xtreme_programming
python manage.py syncdb
python create_teams.py
python manage.py syncchallenges
python manage.py createsuperuser
# All setup... go back to your default shellexit
docker-compose upFrom here the service should be accessible on localhost port 8000