resilience4j / resilience4j-spring-boot2-demo

A Spring Boot 2 demo which shows how to use the Resilience4j Spring Boot 2 Starter
Apache License 2.0
254 stars 190 forks source link

Added configuration for local Docker desktop environment #30

Closed JuttaGoebel closed 4 years ago

JuttaGoebel commented 4 years ago

Hi, we tried out the example locally, but ran into some problems which we wanted to contribute. The problem we had came from the "network_mode" setting ("host") in the docker-compose file, which did not work for our Docker Desktop setup. Instead we used the bridging mechansim with shared network. Furthermore we needed to fix the Dockerfile to start the spring app inside the docker-compose file.

RobWin commented 4 years ago

Thank you very much