- Introduce all
.env
files fromexample.env
. - In
backend/src/llm.py
line 95, modify line to bypass env file. - Set the function check_account_access in
backend/src/graphDB_dataAccess.py
to always return True. See reference here.
- Build containers
docker compose build
- Run containers
docker compose up -d