shubhamshinde0803 / Microservice-Project

0 stars 0 forks source link

Not able to get it running on docker #1

Open shubhamshinde0803 opened 1 week ago

shubhamshinde0803 commented 1 week ago

The architecture of project is as such:

  1. There is a config-server microservice which has centralized configurations.
  2. There is a discovry-service which is a eureka discovery service
  3. others are the application microservices

i have configured the docker-compose file with all the necessary settings but i am facing issue in getting all the services running. my config-server is running properly but other services are getting an while communicating with it. can anybody help me with the issue

shubhamshinde0803 commented 1 week ago

Please use docker deployment branch for testing.