Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue on loading redis stats #21

Open
zahraamumtaz opened this issue Sep 6, 2023 · 0 comments
Open

Issue on loading redis stats #21

zahraamumtaz opened this issue Sep 6, 2023 · 0 comments

Comments

@zahraamumtaz
Copy link

I have configured this in my docker-compose.yml file but my redis stats are not loading and the screen is blank. Adding configuration and screenhots for referance.

bull-board:
    container_name: bullboard
    image: deadly0/bull-board
    restart: always
    ports:
      - 8000:3000
    environment:
      REDIS_HOST: redis
      REDIS_PORT: 6379
      REDIS_PASSWORD: 96104305cdf1e02badc378cef3f60f23319d1600a6de13f71f120e476061dba3
      REDIS_USE_TLS: 'false'
      BULL_PREFIX: bull
    depends_on:
      - redis
Screenshot 2023-09-06 at 4 40 01 PM Screenshot 2023-09-06 at 4 38 58 PM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant