From fcc491f5ea61af932c3ea5e0a58a576bfa4bf7e2 Mon Sep 17 00:00:00 2001 From: Cyrille Perois Date: Mon, 20 Nov 2023 12:51:54 +0100 Subject: [PATCH] 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 --- docs/extra-services.md | 12 ++++++++++++ docs/tls.md | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 docs/extra-services.md diff --git a/docs/extra-services.md b/docs/extra-services.md new file mode 100644 index 000000000..ac827944f --- /dev/null +++ b/docs/extra-services.md @@ -0,0 +1,12 @@ +# 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: + +* `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 diff --git a/docs/tls.md b/docs/tls.md index 094239f57..44d4f3c70 100644 --- a/docs/tls.md +++ b/docs/tls.md @@ -26,7 +26,7 @@ For instance, to use self-signed certificates created with [mkcert](https://gith `mkdir frankenphp/certs -p` 3. Generate the certificates for your local host (example: "server-name.localhost"): `mkcert -cert-file frankenphp/certs/tls.pem -key-file frankenphp/certs/tls.key "server-name.localhost"` -4. Add these lines to the `./docker-compose.override.yml` file about `CADDY_EXTRA_CONFIG` environment and volume for the `php` service : +4. Add these lines to the `./compose.override.yaml` file about `CADDY_EXTRA_CONFIG` environment and volume for the `php` service : ```diff php: environment: