git clone git@github.com:juannyG/django-remote-user-exp.git
cd django-remote-user-exp
docker-compose build
docker-compose run web python manage.py migrateYou'll want to create a super user so you can access http://localhost:8000/admin
docker-compose run web python manage.py createsuperuserYou should now be able to run the application
docker-compose up web