Skip to content

Commit

Permalink
[Task]: Fix Demo Gotenberg (#471)
Browse files Browse the repository at this point in the history
* task: gotenberg need to stick port 3000 an no need exposed ports

* task: require gotenberg-php
  • Loading branch information
kingjia90 authored Apr 20, 2023
1 parent 36b9bd8 commit 5676f7d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"symfony/runtime": "^6.2",
"symfony/intl": "^6.2",
"symfony/dotenv": "^6.2",
"chrome-php/chrome": "^1.6"
"chrome-php/chrome": "^1.6",
"gotenberg/gotenberg-php": "^1.1"
},
"suggest": {
"elasticsearch/elasticsearch": "Required for Elastic Search service"
Expand Down
2 changes: 1 addition & 1 deletion config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pimcore:
uri: 'ws://chrome:3000/'

gotenberg:
base_url: 'gotenberg:3001'
base_url: 'gotenberg:3000'

config_location:
image_thumbnails:
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ services:

gotenberg:
image: gotenberg/gotenberg:7
ports:
- "3001:3001"

volumes:
pimcore-demo-database:

0 comments on commit 5676f7d

Please sign in to comment.