arun-gupta / microservices

Java EE and Microservices
629 stars 381 forks source link

Connectivity problems between zookeeper and other services in the dockerized version #56

Open brunomarioalmeida opened 6 years ago

brunomarioalmeida commented 6 years ago

Hi all, I don't know if this is in fact a problem, because I might be doing something wrong. What I have is:

Don't we miss the links tag in the pom file for the docker images to be built as in:

<image>
  ...
  <run>
    <ports>
        ...
    </ports>
    <links>
        <link>zookeper-service:zoo</link>
    </links>
  </run>
</image>

Thank you for your support. Kind Regards Bruno Almeida

peter91peter91 commented 1 year ago

blog.arungupta.me took too long to respond.