Clone api repo git clone https://github.com/ndidplatform/api.git Build the api docker image (use v0.5.2 version) cd api git checkout tags/v0.5.2 -b v0.5.2 cd docker docker-compose -f docker-compose.build.yml build --no-cache Run the api components docker-compose up -d