diff --git a/Dockerfile b/Dockerfile index 4f0db6bbe..826ec36f5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,6 +36,9 @@ RUN set -eux; \ # https://getcomposer.org/doc/03-cli.md#composer-allow-superuser ENV COMPOSER_ALLOW_SUPERUSER=1 +# Transport to use by Mercure (default to Bolt) +ENV MERCURE_TRANSPORT_URL=bolt:///data/mercure.db + ENV PHP_INI_SCAN_DIR=":$PHP_INI_DIR/app.conf.d" ###> recipes ###