Local stack for the AI Recruiter platform. Nginx acts as the entrypoint and routes traffic to backend and database tooling.
/app: FastAPI backend (API + docs)./postgres/health: Database health check from backend./postgres: Database UI (Adminer) to inspect/query Postgres.
Suggested first stop: /app/docs.