Code repo for a series of tutorials on setting up an app with Docker Compose, Django, and Create React App. master
has the final version of the code.
- Part One: Creating an app with Docker Compose, Django, and Create React App
- Part Two: Docker, Django, and React: Building Assets and Deploying to Heroku
- 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.