I run a regis-stack
deployment via docker.
See https://hub.docker.com/r/redis/redis-stack.
However, I want to host my Redis Insight (included in redis-stack) behind a proxy subpath.
I need to enable the proxy mode via RIPROXYENABLE=true
.
However, if I set this environment variable for my redis-stack
container, the Redis Insight part of it still is not in proxy mode ... as not mentioned in https://hub.docker.com/r/redis/redis-stack, are environment variables for Redis Insight not supported for redis-stack
?