Docker Compose (recommended for small teams)
The quickstart Docker Compose file is suitable for teams up to ~20 active users. For production use, add persistent volumes and point to an external Postgres database.Production compose file
Running database migrations
After first start or on upgrade:Kubernetes
For larger deployments or teams that already run Kubernetes, use the Helm chart:Custom values
Createvalues.yaml:
Environment variables
Upgrading
Backups
Back up the Postgres database on a regular schedule:Connecting your SDK to a self-hosted server
Point the SDK at your server URL:langship.init() with no arguments picks them up automatically.