Configuration
Configure your deployment by environment variables, secrets, network, retrieval, and sandbox
Deployment configuration is split between the root-level source configuration and the deploy/.env Compose configuration. Compose uses service names; source development uses localhost. See the full field reference in Environment Variables.
Environment Variables
Look up defaults, required relationships, and security properties by purpose.
Deployment Architecture
Confirm service names, ports, internal URLs, and persistent volumes.
SECRET_KEY, POSTGRES_PASSWORD, REDIS_PASSWORD, QDRANT_API_KEY, SANDBOX_ARTIFACT_UPLOAD_API_KEY, and INTERNAL_API_TOKEN must be strong random values or come from a Secret manager; never commit .env.
How is this guide?