Check out the post.
Uses the default Django development server.
-
Rename .env.example to .env.
-
Update the environment variables in the docker-compose.yml and .env files.
-
Build the images and run the containers:
$ docker-compose up -d --build
Test it out at http://localhost:8000. The "app" folder is mounted into the container and your code changes apply automatically.