docsite/docs/setup/mongo.mdx
MongoDB is the recommended database for Komodo. It stores all resource configuration, user accounts, audit logs, and system state. Komodo Core communicates with it directly using the MongoDB driver.
komodo/mongo.compose.yaml and komodo/compose.env to your host:wget -P komodo https://raw.githubusercontent.com/moghtech/komodo/main/compose/mongo.compose.yaml && \
wget -P komodo https://raw.githubusercontent.com/moghtech/komodo/main/compose/compose.env
komodo/compose.env.docker compose -p komodo -f komodo/mongo.compose.yaml --env-file komodo/compose.env up -d
import ComposeAndEnv from "@site/src/components/ComposeAndEnv";
<ComposeAndEnv file_name="mongo.compose.yaml" />