Files
komodo/docsite/docs/setup/index.mdx
2025-09-29 00:06:35 -07:00

25 lines
715 B
Plaintext

# Setup Komodo Core
To run Komodo, you will need Docker. See [the docker install docs](https://docs.docker.com/engine/install/).
### Deploy with Docker Compose
- [**Using MongoDB**](./mongo.mdx)
- [**Using FerretDB** (Postgres)](./ferretdb.mdx)
:::info
Some systems [do not support running the latest MongoDB versions](https://github.com/moghtech/komodo/issues/59).
Users with these systems should use FerretDB instead.
:::
:::info
**FerretDB v1** users:
There is an [**upgrade guide for FerretDB v2** available here](https://github.com/moghtech/komodo/blob/main/bin/cli/docs/copy-database.md#ferretdb-v2-update-guide).
:::
```mdx-code-block
import DocCardList from '@theme/DocCardList';
<DocCardList />
```