platform/dev/local-mongo
Kristina 9d8ec45926
Some checks are pending
CI / uitest-qms (push) Waiting to run
CI / build (push) Waiting to run
CI / svelte-check (push) Blocked by required conditions
CI / formatting (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / uitest (push) Waiting to run
CI / uitest-pg (push) Waiting to run
CI / docker-build (push) Blocked by required conditions
CI / dist-build (push) Blocked by required conditions
Adjust ai service (#7987)
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
2025-02-12 00:01:18 +07:00
..
.env
.gitignore
docker-compose.yaml Adjust ai service (#7987) 2025-02-12 00:01:18 +07:00
dump.sh
import.sh
mongod.conf
readme.md
start.sh
stop.sh

Overview

A docker configuration to use local installation of mongo db.

Migrate from docker volume based mongo

./dump-docker.sh # To dump all databases
./start.sh # to start a local mongodb on ~/.mongo/data folder
./import.sh # To import all stuff into local mongo database.

Usage

./start.sh # Will start a local mongo database
./stop.sh # Will stop a local mongo dabase

rush docker:local # Will up all necessary containers and point them into local mongo database