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.
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.