; redis.env — Redis connection config ; Docker service name is "redis", so internal networking uses that as the host [default] HOST=localhost PORT=6379 URL=redis://${redis.HOST}:${redis.PORT} [docker] HOST=redis URL=redis://redis:${redis.PORT} [production] HOST=${secrets.REDIS_HOST} URL=redis://${secrets.REDIS_HOST}:${redis.PORT}