Service in Docker Compose not connecting to Redis container in docker, Failed to connect to any host resolved for DNS name
So I currently have a service for an eccomerce project which uses redis and jedis to connect. It is working when ran using source code but when it is dockerized it pops up the following error: redis.clients.jedis.exceptions.JedisConnectionException: Failed to connect…