{ "manifests": { "sensiolabs/gotenberg-bundle": { "manifest": { "bundles": { "Sensiolabs\\GotenbergBundle\\SensiolabsGotenbergBundle": [ "all" ] }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" }, "env": { "GOTENBERG_DSN": "http://gotenberg:3000" }, "docker-compose": { "compose.yaml": { "services": [ "gotenberg:", " image: 'gotenberg/gotenberg:8'" ] }, "compose.override.yaml": { "services": [ "gotenberg:", " ports:", " - \"3000\"" ] } }, "post-install-output": [ " * Do not forget to start the new Gotenberg container if enabled." ] }, "files": { "config/packages/gotenberg.yaml": { "contents": [ "framework:", " http_client:", " scoped_clients:", " gotenberg.client:", " base_uri: '%env(GOTENBERG_DSN)%'", " # or you can leverage this endpoint for fast testing without Docker", " # base_uri: 'https://demo.gotenberg.dev'", "", "sensiolabs_gotenberg:", " http_client: 'gotenberg.client'", "# default_options:", "# pdf:", "# html:", "# metadata:", "# Keywords: 'Symfony'", "" ], "executable": false } }, "ref": "4b40c14df89ba85902d42b112fee818843af6530" } } }