BullMQ queue management dashboard on bull-board: multi-Redis, role-based auth.
28
A central BullMQ queue management dashboard built on top of bull-board, with a responsive React + shadcn UI in front of it.
SCAN <prefix>:*:meta).admin (full) and reader (read-only), credentials from env.latest — newest build from main<sha> — pinned to a specific commitArchitectures: linux/amd64, linux/arm64.
docker run -p 3010:3010 \
-v "$(pwd)/config:/app/config" \
-e ADMIN_USERNAME=admin -e ADMIN_PASSWORD=change-me \
-e READER_USERNAME=reader -e READER_PASSWORD=change-me-too \
imatefx/bullmq-control-dashboard:latest
Open http://localhost:3010. Reach a Redis on your host with host.docker.internal.
| Var | Required | Purpose |
|---|---|---|
ADMIN_USERNAME / ADMIN_PASSWORD | yes | Admin login (server refuses to start without these) |
READER_USERNAME / READER_PASSWORD | no | Optional read-only login |
PORT | no | Listen port (default 3010) |
CONFIG_PATH | no | Config file path (default /app/config/config.json) |
The config persists on the mounted /app/config volume.
Full docs, screenshots, and source: https://github.com/imatefx/bullmq-control-dashboard
Content type
Image
Digest
sha256:79c5dc40e…
Size
66.5 MB
Last updated
18 days ago
docker pull imatefx/bullmq-control-dashboard