Open andretkachenko opened 5 years ago
Docker compose was created and configured in #87. But for now, I am unable to work with it because of some hardware issues I have: I don't have sufficient resources to debug that many containers. I suggest we postpone this one and focus on the development itself. I will leave Docker Compose project as is for now and will unload it to make sure it does not bring errors in developments process.
This issue should not be taken into development prior to 'Initial development' project finalization, as this is an enhancement, while the idea of initial development - create minimal stable DAL, BLL and test presentation for it to have some frame to base upon in the process of working on more specialized projects.
In order to have proper microservice architecture, we should establish Docker and make separated images for each microservice in order to have a guarantee in total isolation of inner business logic of each service from the logic of other services.