I have successfully dockerized bottom level microservices i.e DataRetrival, ModelAnalysis and ModelExecution. Now started working on dockerizing Session Management.
I have created Dockerfile for all the microservices and also created the docker-compose.yml for the entire project. And I am unsure about the Dockerfile for API Gateway.
I have successfully dockerized bottom level microservices i.e DataRetrival, ModelAnalysis and ModelExecution. Now started working on dockerizing Session Management.