- Setup ingress. Go to the
ingress
directory and run:
docker compose up -d
- Set environment variables. Create and add variables to
.env
in the project's root directory:
VIRTUAL_HOST=localhost
DB_PASS="0918240950"
DJANGO_DEBUG="True"
- Run docker compose in the project's rood directory:
docker compose up