{"id":22908878,"url":"https://github.com/ipunkt/docker-laravel-queue-worker","last_synced_at":"2025-05-08T23:08:49.303Z","repository":{"id":51344045,"uuid":"87531000","full_name":"ipunkt/docker-laravel-queue-worker","owner":"ipunkt","description":"A docker image for working with queues being monitored by supervisor as recommended by laravel.","archived":false,"fork":false,"pushed_at":"2021-05-14T07:22:15.000Z","size":25,"stargazers_count":71,"open_issues_count":6,"forks_count":20,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-08T23:08:44.481Z","etag":null,"topics":["docker-image","laravel-queues","queue","redis-queue","supervisor"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/ipunktbs/laravel-queue-worker/","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ipunkt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-04-07T09:46:27.000Z","updated_at":"2025-03-13T10:55:54.000Z","dependencies_parsed_at":"2022-09-24T20:10:17.796Z","dependency_job_id":null,"html_url":"https://github.com/ipunkt/docker-laravel-queue-worker","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipunkt%2Fdocker-laravel-queue-worker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipunkt%2Fdocker-laravel-queue-worker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipunkt%2Fdocker-laravel-queue-worker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipunkt%2Fdocker-laravel-queue-worker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ipunkt","download_url":"https://codeload.github.com/ipunkt/docker-laravel-queue-worker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253160777,"owners_count":21863629,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker-image","laravel-queues","queue","redis-queue","supervisor"],"created_at":"2024-12-14T03:32:55.490Z","updated_at":"2025-05-08T23:08:49.278Z","avatar_url":"https://github.com/ipunkt.png","language":"Dockerfile","readme":"# Laravel Queue Worker\n\nA docker image for working with queues being monitored by supervisor as recommended by laravel.\n\n## Environment Configuration\n\nRunning 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`.\n\nThe default queue name in laravel is called `default`. So we configured the `QUEUE_NAME` environment variable to this value.\n\nIf you want to use [Laravel Horizon](https://laravel.com/docs/horizon) then you have to set the environment `LARAVEL_HORIZON` to `true`. By default it is `false`.\n\nSince version v4.1 is it possible to modify the php memory limit. The environment variable `PHP_MEMORY_LIMIT` is by default set to `512` (MB). For unlimited memory usage just set it to `-1`. The queue worker command will also be called with the memory limit given to this value to be consistent.\n\nFor Laravel Horizon you have to configure your memory limit in your `horizon.php` configuration. The default php memory limit has to set within the container by setting `PHP_MEMORY_LIMIT` as well.\n\n\n## Docker Images\n\n| php | docker image |\n| --- | ------------ |\n| 7.0 | ipunktbs/laravel-queue-worker:php7.0-v1.0 |\n| 7.1 | ipunktbs/laravel-queue-worker:php7.1-v2.0 |\n| 7.2 | ipunktbs/laravel-queue-worker:php7.2-v3.0 |\n| 7.3 | ipunktbs/laravel-queue-worker:php7.3-v4.0 - deprecated |\n| 7.3 | ipunktbs/laravel-queue-worker:php7.3-v4.1 |\n| 7.3 | ipunktbs/laravel-queue-worker:php7.3-v4.2 |\n| 7.3 | ipunktbs/laravel-queue-worker:php7.3-v4.3 |\n| 7.3 | ipunktbs/laravel-queue-worker:php7.3-v4.4 - recommended |\n\n### Changelog\n\n#### v4.4\n\nAdded:\n- pcntl extension\n\n#### v4.3\n\nAdded:\n- amqp extension\n\n#### v4.2\n\nAdded:\n- bcmath extension for php (to support [Laravel Telescope](https://laravel.com/docs/telescope) as well)\n- watchdog for supervisord to let the container restart when some of the programs died\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fipunkt%2Fdocker-laravel-queue-worker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fipunkt%2Fdocker-laravel-queue-worker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fipunkt%2Fdocker-laravel-queue-worker/lists"}