MongoDB
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.
Quick Start
- Copy
komodo/mongo.compose.yamlandkomodo/compose.envto 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
- Edit the variables in
komodo/compose.env. - Deploy using command:
docker compose -p komodo -f komodo/mongo.compose.yaml --env-file komodo/compose.env up -d
- mongo.compose.yaml
- compose.env
https://github.com/moghtech/komodo/blob/main/compose/mongo.compose.yaml
https://github.com/moghtech/komodo/blob/main/compose/compose.env