Documentation · Deployment

Deployment & API access

How to read the live API spec, run the production Docker image, use the example Compose and Kubernetes manifests, and configure every environment variable.

API specification (OpenAPI)

On a running instance (default local port 8080):

Authoritative sources (GitHub)

Example files in the repository

Path Role
platform/Dockerfile Production image: Prisma migrate, web/dist, uvicorn on 8080
platform/docker-compose.yml Local Postgres only (port 5433)
platform/deploy/docker-compose.app.example.yml Postgres + API; optional worker with profile async-jobs
platform/deploy/kubernetes/*.yaml Namespace, ConfigMap, Secret template, API Deployment + Service, optional worker

← Documentation home