Skip to content

Commit db62ca0

Browse files
author
Vincent Faliès
committed
Update documentation
1 parent 57c3e91 commit db62ca0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/configuration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,8 @@ The following versions, paths and ports can be configured :
157157
| Cache server type | CACHE_SERVER | `redis`, `memcached` | `redis` |
158158
| Cache server port | CACHE_PORT | any | `6380` |
159159
| Cache server version | CACHE_VERSION | any | `4.0-alpine` |
160+
| Queuer server | QUEUER_SERVER | `rabbitmq` | `rabbitmq` |
161+
| Queuer server port | QUEUER_PORT | any | `15672` |
160162

161163
If you access to the url `http://envdev.localhost` a page summarizes all projets and propose access link to PHPMyAdmin, MailDev and PHPInfo.
162164
This page is also available with command :

docs/presentation.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,13 @@ Available version :
1313
- `7.0-fpm`
1414
- `7.1-fpm`
1515
- `7.2-fpm`
16+
- `7.3-fpm`
1617
- `7.0-fpm-alpine`
1718
- `7.1-fpm-alpine`
1819
- `7.2-fpm-alpine`
20+
- `7.3-fpm-alpine`
1921

20-
The version is configured in `.env` file. Default: `7.2-fpm`.
22+
The version is configured in `.env` file. Default: `7.3-fpm`.
2123

2224
- Database
2325

@@ -44,6 +46,10 @@ Two cache server are available :
4446
- [Redis](https://redis.io/)
4547
- [Memcached](https://memcached.org/)
4648

49+
- Queuer server
50+
51+
- [RabbitMQ](https://www.rabbitmq.com/)
52+
4753
All of them are in Alpine version
4854

4955
### Tools

0 commit comments

Comments
 (0)