airavata-courses / VignyaanDwaarNirman

Micro-service Architecture based Radar Data Visualization Web Application. Tools and Technologies: Jetstream, Kubernetes, Docker, RabbitMQ, Jenkins, RESTful, JAVA, Node JS, MongoDB
http://149.165.168.66:30012
0 stars 2 forks source link

Dockerizing Microservices #18

Open ViralPrajapati opened 4 years ago

ViralPrajapati commented 4 years ago

I have successfully dockerized bottom level microservices i.e DataRetrival, ModelAnalysis and ModelExecution. Now started working on dockerizing Session Management.

devanshjain14 commented 4 years ago

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.