Check out the project.
-
Rename
.env-sample
to.env
: -
Update the environment variables in
.env
file. -
Build the images and run the containers:
docker-compose up -d --build
-
Run migrations:
docker-compose run web python manage.py migrate
-
Test it out at http://localhost:8000