Operations
Operations docs stay close to the shipped topology: FastAPI, Celery, PostgreSQL, Redis, the static frontend container, and the GitHub Pages documentation site.
In This Section
- Deployment Guide: Start locally, deploy with Compose, and understand the shape of the production topology.
- Configuration: See which settings still belong in
.envand which runtime controls moved into the UI and database. - Security: Protect provider credentials, workspace state, and deployment secrets with fewer accidental leaks.
- Monitoring & Observability: Inspect metrics, request IDs, logs, and worker behavior when you need trustworthy runtime visibility.
- Backup & Recovery: Plan for credential continuity, database backup, and failure recovery before an incident starts.
- Docker Compose Deep Dive: Read the lower-level Compose notes when you need to debug the container topology itself.
Keep the docs truthful to the runtime
If a setting has moved from .env into Settings, update the docs to match. Operator confusion is
an operational bug.
