Skip to content

Commit

Permalink
Added Gotenberg support for creating page and version previews
Browse files Browse the repository at this point in the history
  • Loading branch information
brusch committed Feb 15, 2024
1 parent 4cd83c2 commit 2e837c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"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 2e837c4

Please sign in to comment.