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

Commit

Permalink
Set v4.4 for queue image version readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Kummer authored Oct 24, 2019
1 parent b3b5370 commit a365d98
Showing 1 changed file with 1 addition and 1 deletion.
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 a365d98

Please sign in to comment.