mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
406 B
406 B
Local Dev
For those who want to develop or contribute to crawlab project can use docker-compose.yml to start necessary containers (fs, mongo) to support local development.
Please make sure you have installed Docker and Docker-Compose.
Start Containers
docker-compose up -d
Stop Containers
docker-compose down