Combining Spring boot and redis with docker-compose: Connection refused
I am trying to do a basic docker container(s) with spring boot and MongoDB and redis. Mongo is just fine but connection can't be established between redis and spring boot although the configuration looks ok to me. docker-compose.yml version: "3.9"…