Overview
Start here for self-hosting architecture, scope, and navigation.
This section covers how to deploy and operate Crikket in your own infrastructure.
In This Section
Architecture
Crikket runs as three services:
web: Next.js frontend (container port3001)server: Hono API backend (container port3000)postgres: PostgreSQL database (container port5432)
Repository resources used in this guide:
docker-compose.ymlfor pull-and-rundocker-compose.build.ymlfor local source builds.env.examplefor runtime configuration