ChakshuGautam / stencil

Microservices Boilerplate for SamagraX
https://stencil.samagra.io
MIT License
4 stars 5 forks source link

make the docker-compose light weight #47

Open techsavvyash opened 8 months ago

techsavvyash commented 8 months ago

description

in this first version of stencil the docker-compose right now contains all the services for different operations like logging, monitoring etc. and this makes the docker-compose up a very resource intensive operation. We'd like to have local development specific commands where only the necessary services are started with a single command and the other services are substituted with alternatives. For example during a major part of local development, we can just redirect the logs to the std out and not work with the ELK stack.