Venatum / bull-board-docker

Docker image for bull-board
https://hub.docker.com/r/venatum/bull-board
MIT License
2 stars 2 forks source link

feature request: support for redis sentinel #155

Open wiese opened 1 month ago

wiese commented 1 month ago

Thank you for providing this docker image. We like bull-board and the docker image is very convenient for us.

We run redis with sentinel. Currently we get away with pointing bull board to connect to one of the redis instances but this is brittle and unintuitive.

As bull-board uses ioredis under the hood, which supports sentinel, is it at all thinkable to extend the config of bull-board-docker to also support configuring sentinel instead of a single host?

What are your thoughts? Would you be open for a pull request?

wiese commented 1 month ago

Also posted as https://github.com/Deadly0/bull-board-docker/issues/27.