mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 10:36:52 +03:00
Feature/add gotenberg bundle (#1624)
* [FEATURE] Add SensioLabs GotenbergBundle to recipes * [UPDATE] Recipe gotenberg * [UPDATE] Fix port mapping
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user