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,
|
2023-11-20 12:51:54 +01:00
|
|
|
the recipe will automatically modify the `Dockerfile` and `compose.yaml` to fulfill the requirements of this package.
|
2020-10-16 13:08:20 +02:00
|
|
|
|
|
|
|
The currently supported packages are:
|
|
|
|
|
2020-11-25 00:38:08 +01:00
|
|
|
* `symfony/orm-pack`: install a PostgreSQL service
|
2020-12-02 00:29:12 +01:00
|
|
|
* `symfony/mercure-bundle`: use the Mercure.rocks module shipped with Caddy
|
2021-10-25 20:41:11 +02:00
|
|
|
* `symfony/panther`: install chromium and these drivers
|
|
|
|
* `symfony/mailer`: install a MailCatcher service
|
|
|
|
* `blackfireio/blackfire-symfony-meta`: install a Blackfire service
|