docker-laravel-queue-worker
docker-laravel-queue-worker copied to clipboard
A docker image for working with queues being monitored by supervisor as recommended by laravel.
From the official page of [Supervisor](http://supervisord.org/configuration.html#environment-variables): > Environment variables that are present in the environment at the time that supervisord is started can be used in the configuration file using...
It seems the container did not run laravel horizon. When I tried exec-ing the container and run `php /var/www/app/artisan horizon` the error says "Please make sure the PHP Redis extension...
Hi. I added an `ipunktbs/laravel-queue-worker` image to my `docker-compose.yml` file. Did I set it up correctly? ```yml version: "3" services: #PHP Service app: build: context: . dockerfile: Dockerfile container_name: app...
HI, I saw your package i already have dockerfile and i just want to add this feature . ``` FROM php:7.2-fpm # Copy composer.lock and composer.json COPY composer.json /var/www/ COPY...
The queue execution process with root permissions, which causes permission problems. What should I do? thank you!
Hi, Can we have a PHP 7.4 image?