Formbase ships a Docker Compose file for local dependencies: MinIO for file storage and Inbucket for email testing. The Formbase app itself runs via Bun/Node. Use this setup for local development or as a starting point for your own infrastructure.Documentation Index
Fetch the complete documentation index at: https://docs.formbase.dev/llms.txt
Use this file to discover all available pages before exploring further.
Docker Compose file
This is the exact file fromdocker/docker-compose.yml:
docker-compose.yml
Start the services
Create your env file
Copy
apps/web/.env.development.example to apps/web/.env.local and fill in the values.Start dependencies
Run
bun docker:start or docker compose -f docker/docker-compose.yml up -d from the repo root.Inbucket’s web UI runs on
http://localhost:9000 so you can inspect test emails.