Feature/add gotenberg bundle (#1624)

* [FEATURE] Add SensioLabs GotenbergBundle to recipes

* [UPDATE] Recipe gotenberg

* [UPDATE] Fix port mapping
This commit is contained in:
Adrien Roches
2024-06-24 09:12:17 +02:00
committed by GitHub
parent 6091e1336a
commit 0b705c38ad
3 changed files with 40 additions and 0 deletions
@@ -0,0 +1,13 @@
framework:
http_client:
scoped_clients:
gotenberg.client:
base_uri: '%env(GOTENBERG_DSN)%'
sensiolabs_gotenberg:
http_client: 'gotenberg.client'
# default_options:
# pdf:
# html:
# metadata:
# Keywords: 'Symfony'
@@ -0,0 +1,26 @@
{
"bundles": {
"Sensiolabs\\GotenbergBundle\\SensiolabsGotenbergBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"GOTENBERG_DSN": "http://localhost:3000"
},
"docker-compose": {
"compose.yaml": {
"services": [
"gotenberg:",
" image: 'gotenberg/gotenberg:8'"
]
},
"compose.override.yaml": {
"services": [
"gotenberg:",
" ports:",
" - \"3000\""
]
}
}
}
@@ -0,0 +1 @@
* Do not forget to start the new <fg=green>Gotenberg</> container if enabled.