mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
60 lines
2.1 KiB
JSON
60 lines
2.1 KiB
JSON
{
|
|
"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 <fg=green>Gotenberg</> container if enabled."
|
|
]
|
|
},
|
|
"files": {
|
|
"config/packages/gotenberg.yaml": {
|
|
"contents": [
|
|
"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'",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "c17b12606882eedea4ada9f5c6b00b6bcbc3011b"
|
|
}
|
|
}
|
|
}
|