Scrappy Assembly is a project aimed at creating the environment necessary for assembly using a scrappy approach.
- Docker
- Docker Compose
-
Clone the repository:
git clone https://github.com/your_username/scrappy-assembly.git
-
Navigate to the project directory:
cd scrappy-assembly
-
Set up the environment variable
MONGO_DB_VOL
to specify the MongoDB data volume path. Replace/Users/danielbatalha/data
with the desired path on your system.export MONGO_DB_VOL=/Users/danielbatalha/data
-
Ensure the environment variable
MONGO_DB_VOL
is set. -
Run the following command to start the services defined in the docker-compose file:
docker-compose up
-
To stop the services, press
Ctrl + C
, and then run:docker-compose down