jypma / LB3210

Microservices with Java
Creative Commons Attribution Share Alike 4.0 International
0 stars 0 forks source link

first shot at the integration testing environment #15

Closed jbendsen closed 3 years ago

jbendsen commented 3 years ago

I've made a new docker-compose file which only exposes port 8080 externally to minimize port conflicts. Also I've described how to build and test locally in a README.md file. Let me know what you think.

jbendsen commented 3 years ago

@jypma, I've pushed some changes that hopefully resolves your comments.