- Setup ingress. Go to the
ingressdirectory and run:
docker compose up -d- Set environment variables. Create and add variables to
.envin 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