Skip to content

Commit 02d1c5b

Browse files
committed
Fix PDF Worker
1 parent 1d557a8 commit 02d1c5b

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

packages/web/public/pdfjs-dist/pdf.worker.min.mjs

Lines changed: 1 addition & 5 deletions
Large diffs are not rendered by default.

self-hosting/docker-compose/docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ services:
6565
dockerfile: ./packages/web/Dockerfile-self
6666
args:
6767
- APP_ENV=prod
68-
- BASE_URL=http://localhost:3000
69-
- SERVER_BASE_URL=http://localhost:4000
70-
- HIGHLIGHTS_BASE_URL=http://localhost:3000
68+
- BASE_URL=https://omnivore.podginator.com
69+
- SERVER_BASE_URL=https://omnivore-api.podginator.com
70+
- HIGHLIGHTS_BASE_URL=http://omnivore.podginator.com
7171
- USE_NATIVE_PDF=true
7272
container_name: "omnivore-web"
7373
ports:

0 commit comments

Comments
 (0)