Operations
Deployment
Production Docker stack, migrations, and environment setup.
Use the production Compose stack under infra/docker with strong secrets, HTTPS termination, and a real email provider. Run Prisma migrations with pnpm db:migrate:deploy.
- Never use the local demo seed on staging or production
- Use dogfood seed for internal staging
- Enable Embedded Signup and public demo with feature flags when ready