forum/docs/extra-services.md
Cyrille Perois f74c8c6cb8
docs: fix command to run containers (#512)
* docs(production): fix command to run containers

The commands were pointing to a `docker-compose.yml` file that doesn't exist. It's `compose.yaml` now.

* docs(tls): update config file name

* docs(extra-services): update config file name
2023-11-20 12:51:54 +01:00

586 B

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 compose.yaml to fulfill the requirements of this package.

The currently supported packages are:

  • symfony/orm-pack: install a PostgreSQL service
  • symfony/mercure-bundle: use the Mercure.rocks module shipped with Caddy
  • symfony/panther: install chromium and these drivers
  • symfony/mailer: install a MailCatcher service
  • blackfireio/blackfire-symfony-meta: install a Blackfire service