Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 365 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 365 Bytes

How to start

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