mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-25 09:13:07 +03:00
d502ba86d9
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
501 B
501 B
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