mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 18:16:46 +03:00
27 lines
603 B
JSON
27 lines
603 B
JSON
{
|
|
"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\""
|
|
]
|
|
}
|
|
}
|
|
}
|