mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 11:42:30 +03:00
d502ba86d9
Signed-off-by: Andrey Sobolev <haiodo@gmail.com> |
||
---|---|---|
.. | ||
.env | ||
.gitignore | ||
docker-compose.yaml | ||
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