> ## Documentation Index
> Fetch the complete documentation index at: https://latch.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Self-hosting

> Notes for running Latch beyond local development.

## Local (Docker Compose)

Use the [Quickstart](./quickstart.mdx).

## Database migrations

On startup, the Docker image runs a schema sync to ensure the database is ready.

For development, you can also run:

```bash theme={null}
npm run db:push
```
