Multiple microservices java web app deployment using docker-compose

Viewed 13

I am trying to deploy a multi Microservices based java web app using dockercompose i have written a docker compose file for it but when i try to deploy my containers using docker-compose it it deploying only 1 container with multiple ports of microservices tagged to it although multiple images are getting created . also i am not able to access those microservices locally through browser. what should i do in this case.

0 Answers
Related