No description
- database.py: add connect_db/disconnect_db aliases, get_db_instance() sync getter, get_db() async dependency, and optional db arg on create_indexes() to match all call sites in main.py, celery_worker.py, and route modules - docker-compose.yml: remove host-port exposure for mongodb/redis to avoid conflicts with existing services on optical-dev (:27017, :6379 already in use) - .env.example: use Docker service-name hostnames (mongodb/redis) instead of localhost so the API container can reach them inside the Compose network Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| backend | ||
| frontend | ||
| infra | ||
| sdk | ||
| .env.example | ||
| .gitignore | ||