Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 378334f

Browse files
author
Robert Kummer
committed
supporting laravel queue worker with php 7.2
1 parent 3faaa0c commit 378334f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/Blueprint/Infrastructure/Service/Services/LaravelQueueWorker.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ class LaravelQueueWorker extends Service
1313
private $__validImageVersions = [
1414
'php7.0-v1.0',
1515
'php7.1-v2.0',
16+
'php7.2-v3.0',
1617
'latest',
1718
];
1819

app/Blueprint/Webserver/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ This blueprint creates infrastructures to support apps using php7.
5959
|`php.upload-file-limit`| `2M` | PHP post_max_size option |
6060
|`php.default-timezone`| `UTC` | PHP date.timezone option |
6161
|`queues`| [] | Add Laravel Queue Worker, providing their name and connection in `name` and `connection`. Example: `"queues":[{"connection": "redis","name": "default"}],` |
62-
|`queue-image-version`| `php7.0-v1.0` | Which docker image version do you need: (default: `php7.0-v1.0`, or `php7.1-v2.0`, `latest` are [valid](https://hub.docker.com/r/ipunktbs/laravel-queue-worker/tags/) right now) |
62+
|`queue-image-version`| `php7.0-v1.0` | Which docker image version do you need: (default: `php7.0-v1.0`; also `php7.1-v2.0`, `php7.2-v3.0` and `latest` are [valid](https://hub.docker.com/r/ipunktbs/laravel-queue-worker/tags/) right now) |
6363
|`add-redis`| false | Add a Redis server and link it to the main app, providing its name and port in `REDIS_HOST` and `REDIS_PORT` |
6464

6565
#### Services for local development

0 commit comments

Comments
 (0)