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

Commit

Permalink
Merge pull request #104 from rokde/master
Browse files Browse the repository at this point in the history
Support latest queue worker image version
  • Loading branch information
Robert Kummer authored Oct 24, 2019
2 parents 3dc1ca4 + a365d98 commit 0404a56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class LaravelQueueWorker extends Service
'php7.3-v4.1',
'php7.3-v4.2',
'php7.3-v4.3',
'php7.3-v4.4',
'latest',
];

Expand All @@ -42,4 +43,4 @@ public function setImageVersion($version)

$this->setImage('ipunktbs/laravel-queue-worker:' . $version);
}
}
}
2 changes: 1 addition & 1 deletion app/Blueprint/Webserver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ This blueprint creates infrastructures to support apps using php7.
|`php.upload-file-limit`| `2M` | PHP post_max_size option |
|`php.default-timezone`| `UTC` | PHP date.timezone option |
|`queues`| [] | Add Laravel Queue Worker, providing their name and connection in `name` and `connection`. Example: `"queues":[{"connection": "redis","name": "default","horizon":false,memory-limit":512}],` |
|`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`, `php7.3-v4.3` and `latest` are [valid](https://cloud.docker.com/u/ipunktbs/repository/docker/ipunktbs/laravel-queue-worker/tags) right now) |
|`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`, `php7.3-v4.4` and `latest` are [valid](https://cloud.docker.com/u/ipunktbs/repository/docker/ipunktbs/laravel-queue-worker/tags) right now) |
|`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` |

##### Queue Worker
Expand Down

0 comments on commit 0404a56

Please sign in to comment.