Bondery Docs

Requirements

Hardware

ProfileRAMCPUDisk
Floor2 GB2 cores30 GB SSD
Recommended4 GB2 cores50 GB SSD
Comfortable prod8 GB4 cores80 GB+ SSD

The default stack is four containers (webapp, api, redis, db) plus Traefik or another reverse proxy. That is much lighter than a full Supabase-style platform — most small teams run comfortably on a 4 GB VPS. Leave headroom if you enable heavy background jobs, large imports, or many concurrent sync clients.

Software

RequirementNotes
Docker + Compose v2Required
DNSHostnames for API and webapp (e.g. api.example.com, app.example.com)
TLSTraefik (e.g. via Dokploy) or terminate TLS on a reverse proxy

Next step

Installation — bring the stack up and run first-boot migrations.

On this page