Flipper
Self-hosting

Deploy

One image, three commands, migrations applied before the api starts.

bash
docker compose -f docker-compose.prod.yml up -d

# migrations run ahead of the api process, idempotently
npm run db:deploy