Skip to main content

Examples

Deployment and integration examples for Sercha Core.

Available Examples

Quickstart (Docker Compose)

The quickstart example provides a complete Docker Compose setup with:

  • PostgreSQL database
  • Vespa search engine
  • Sercha Core API + Worker
  • Optional Admin UI (via --profile ui)

See the Quickstart Guide for step-by-step instructions.

# Clone the repository
git clone https://github.com/custodia-labs/sercha-core.git
cd sercha-core/examples/quickstart

# Start with UI (recommended)
docker compose --profile ui up -d

# Or API-only
docker compose up -d

Coming Soon

  • Helm Charts - Kubernetes production deployment
  • Multinode - Separate API and Worker containers
  • High Availability - Load-balanced multi-instance deployment