2020-10-16 13:08:20 +02:00
|
|
|
# Support for Extra Services
|
|
|
|
|
|
|
|
Symfony Docker is extensible. When you install a compatible Composer package using Symfony Flex,
|
|
|
|
the recipe will automatically modify the `Dockerfile` and `docker-compose.yml` to fulfill the requirements of this package.
|
|
|
|
|
|
|
|
The currently supported packages are:
|
|
|
|
|
2020-11-25 00:38:08 +01:00
|
|
|
* `symfony/orm-pack`: install a PostgreSQL service
|
2020-10-16 13:08:20 +02:00
|
|
|
* `symfony/messenger`: install a RabbitMQ service
|