Redis::CannotConnectError: Error connecting to Redis on localhost:6379 (Errno::EADDRNOTAVAIL)
おうおうむずかしいなあw
どこかのStack Overflowを参考に
ENV REDIS_URL=${REDIS_URL:-redis://host.docker.internal:6379}
してみたら
Redis::CannotConnectError: Error connecting to Redis on host.docker.internal:6379 (SocketError)
ですってよw
だいじな方のスタックが抜けてたw
Caused by:
SocketError: getaddrinfo: Name or service not known