deooptimo
Ruby: Redis client can't connect via internal Redis URL
looks like private networking isn't getting configured properly in my container. how do i do that? i tried
ENABLE_ALPINE_PRIVATE_NETWORKING
but didn't work since my base image is ruby3.3-slim-bullseye (https://github.com/docker-library/ruby/blob/52e176c1dee983d991d9cff0c6371f5c50bfd636/3.3/slim-bullseye/Dockerfile)11 replies
Ruby: Redis client can't connect via internal Redis URL
might be the case that the underlying DNS resolver is trying to find the
redis.railway.internal
on the public DNS but can't? anything i need to do in my container configuration to make it work?11 replies