Code repo for a series of tutorials on setting up an app with Docker Compose, Django, and Create React App. Each tutorial has its own branch (because it was difficult to get deployments to work from subdirectories).
- Part One: Creating an app with Docker Compose, Django, and Create React App:
development
- Part Two: Docker, Django, and React: Building Assets and Deploying to Heroku:
production-heroku
- Part Three: Docker, Django, and React Deployed to DigitalOcean via Travis CI: TBD
- All tutorials require Docker
- Deploying to Heroku requires the Heroku CLI
Checkout the branch for a given tutorial, and run docker-compose build
Run docker-compose up
to see messages in the terminal. Run docker-compose start
to run the app in the background.