Description
The llm-service does not implement authentication. To prevent unauthorized direct access, it must be reachable only from within the Docker Compose network. The quiz_core service will act as the sole gateway
To do
docker-compose.yml: Ensure quiz_core depends on llm-service healthcheck
quiz_core config: Use internal DNS name http://llm-service:7000
Notes
Acceptance Criteria
Description
The llm-service does not implement authentication. To prevent unauthorized direct access, it must be reachable only from within the Docker Compose network. The quiz_core service will act as the sole gateway
To do
Notes
Acceptance Criteria