When self-hosting is a good fit
Self-hosting helps when you need control over the deployment, domain, database, storage, email delivery, authentication providers, and operational policy. The Docker guide is the main setup path for most deployments. Start here:Core deployment pieces
A typical self-hosted deployment uses:- Reactive Resume application container.
- PostgreSQL database.
- SMTP configuration for account emails, or console-logged emails in simple development setups.
- Optional S3-compatible storage for uploads.
- Optional SSO or custom OAuth configuration.