ipunkt / docker-laravel-queue-worker

A docker image for working with queues being monitored by supervisor as recommended by laravel.
https://hub.docker.com/r/ipunktbs/laravel-queue-worker/
MIT License
71 stars 20 forks source link

[Question] How to use dashboard of Horizon ? #6

Closed Adizbek closed 4 years ago

Adizbek commented 5 years ago

In my case I don't have any auth logic in laravel, I just use laravel for queues, nodejs backend send events via redis to laravel, laravel process.

How to open Horizon UI?

rokde commented 4 years ago

When you setup the default behavoir you have to open /horizon. but you have to setup horizon within your laravel app yourself.