You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Run API container (expects DB/Redis reachable from this network)
152
+
docker run --rm -p 8000:8000 --env-file .env agentic-rag-api:latest
153
+
```
154
+
128
155
Full variable reference: [docs/RUNBOOK.md#environment-variables-reference](docs/RUNBOOK.md#environment-variables-reference)
129
156
130
157
---
@@ -137,6 +164,7 @@ Full variable reference: [docs/RUNBOOK.md#environment-variables-reference](docs/
137
164
|[docs/ARCHITECTURE.md](docs/ARCHITECTURE.md)| Component diagram, request lifecycle, singleton model loading, storage backend design, RBAC model |
138
165
|[docs/ENDPOINT_ACCESS_MATRIX.md](docs/ENDPOINT_ACCESS_MATRIX.md)| Quick role/access lookup for all endpoints |
139
166
|[docs/RUNBOOK.md](docs/RUNBOOK.md)| Full setup, service startup/shutdown, migrations, monitoring, common ops tasks, S3 setup, backup/restore |
167
+
|[docs/PRODUCTION_DEPLOYMENT.md](docs/PRODUCTION_DEPLOYMENT.md)| Step-by-step production deployment sequence with Docker, migrations, API/worker startup, and S3 linking |
0 commit comments