After git clone
, or changing branches:
(if git clone --recurse-submodules [email protected]:...
was not run)
git submodule update --init
Rebuild images in submodules:
docker-compose build
Run all services:
docker-compose up
Shut down all services:
docker-compose down