Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(docker): add docker-compose override for local development
- Added `docker-compose.override.yml` to enable local development configurations. - Mounted local code (`.:/code`) in the `api` container for live updates. - Configured FastAPI to auto-reload on code changes (`--reload`). - Passed `REDIS_PASSWORD` from `.env` to allow local Redis authentication. - Ensured Redis runs with `--requirepass` for local security.
- Loading branch information