docsite/docs/setup/ferretdb.mdx
:::info
FerretDB is a MongoDB-compatible database backed by Postgres + DocumentDB extension. It is a solid option with performance comparable to MongoDB, and can also be run on some systems which do not support MongoDB.
komodo/ferretdb.compose.yaml and komodo/compose.env to your host:wget -P komodo https://raw.githubusercontent.com/moghtech/komodo/main/compose/ferretdb.compose.yaml && \
wget -P komodo https://raw.githubusercontent.com/moghtech/komodo/main/compose/compose.env
komodo/compose.env.docker compose -p komodo -f komodo/ferretdb.compose.yaml --env-file komodo/compose.env up -d
import ComposeAndEnv from "@site/src/components/ComposeAndEnv";
<ComposeAndEnv file_name="ferretdb.compose.yaml" />