Skip to content

Commit

Permalink
Added Gotenberg support for creating page and version previews (#569)
Browse files Browse the repository at this point in the history
* Added Gotenberg support for creating page and version previews

* Removed chrome-php from composer.json
  • Loading branch information
brusch authored Mar 12, 2024
1 parent 77b9c8a commit 5d89428
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
"symfony/runtime": "^6.2",
"symfony/intl": "^6.2",
"symfony/dotenv": "^6.2",
"chrome-php/chrome": "^1.6",
"gotenberg/gotenberg-php": "^1.1"
"gotenberg/gotenberg-php": "^1.1 || ^2.0"
},
"suggest": {
"pimcore/elasticsearch-client": "Required for Elastic Search service"
Expand Down
5 changes: 1 addition & 4 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,8 @@ services:
- .:/var/www/html
- ./.docker/supervisord.conf:/etc/supervisor/conf.d/pimcore.conf:ro

chrome:
image: browserless/chrome

gotenberg:
image: gotenberg/gotenberg:7
image: gotenberg/gotenberg:8

volumes:
pimcore-demo-database:

0 comments on commit 5d89428

Please sign in to comment.