This repo is to be used for setting up system service dependency for any project.
docker
installed on the systemdocker-compose
installed on the systemgit
installed on the system
- Since all services use the prebuilt images there is no build step.
- To start all the services at once use
docker-compose up --detach
. - To start particular services use
docker-compose up --detach SERVICE
.