Skip to content

A docker image for working with queues being monitored by supervisor as recommended by laravel.

License

Notifications You must be signed in to change notification settings

ipunkt/docker-laravel-queue-worker

Repository files navigation

Laravel Queue Worker

A docker image for working with queues being monitored by supervisor as recommended by laravel.

Environment Configuration

Running with redis you can configure your QUEUE_CONNECTION environment variable to match your redis link. In our case the link is called redis so the default value will be redis.

The default queue name in laravel is called default. So we configured the QUEUE_NAME environment variable to this value.

If you want to use Laravel Horizon then you have to set the environment LARAVEL_HORIZON to true. By default it is false.

Docker Images

php docker image
7.0 ipunktbs/laravel-queue-worker:php7.0-v1.0
7.1 ipunktbs/laravel-queue-worker:php7.1-v2.0
7.2 ipunktbs/laravel-queue-worker:php7.2-v3.0
7.3 ipunktbs/laravel-queue-worker:php7.3-v4.0