Repository to hold docker compose files needed to run all the services containers simultaneously while developing
To start the services, run the following commands:
$> docker-compose buildThen, run on all the containers:
$> docker-compose run --rm [container_name] yarn installAnd up the containers:
$> docker-compose up