Skip to content

Commit

Permalink
Test out upgrade to Gotenberg v8
Browse files Browse the repository at this point in the history
  • Loading branch information
stumpylog committed Jun 20, 2024
1 parent 91585a1 commit 0601741
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docker/compose/docker-compose.ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

services:
gotenberg:
image: docker.io/gotenberg/gotenberg:7.10
image: docker.io/gotenberg/gotenberg:8.7
hostname: gotenberg
container_name: gotenberg
network_mode: host
Expand Down
2 changes: 1 addition & 1 deletion docker/compose/docker-compose.mariadb-tika.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ services:
PAPERLESS_TIKA_ENDPOINT: http://tika:9998

gotenberg:
image: docker.io/gotenberg/gotenberg:7.10
image: docker.io/gotenberg/gotenberg:8.7
restart: unless-stopped
# The gotenberg chromium route is used to convert .eml files. We do not
# want to allow external content like tracking pixels or even javascript.
Expand Down
2 changes: 1 addition & 1 deletion docker/compose/docker-compose.postgres-tika.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ services:
PAPERLESS_TIKA_ENDPOINT: http://tika:9998

gotenberg:
image: docker.io/gotenberg/gotenberg:7.10
image: docker.io/gotenberg/gotenberg:8.7
restart: unless-stopped

# The gotenberg chromium route is used to convert .eml files. We do not
Expand Down
2 changes: 1 addition & 1 deletion docker/compose/docker-compose.sqlite-tika.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ services:
PAPERLESS_TIKA_ENDPOINT: http://tika:9998

gotenberg:
image: docker.io/gotenberg/gotenberg:7.10
image: docker.io/gotenberg/gotenberg:8.7
restart: unless-stopped

# The gotenberg chromium route is used to convert .eml files. We do not
Expand Down

0 comments on commit 0601741

Please sign in to comment.