Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
pookz@stme committed Jun 20, 2024
1 parent 4c94e76 commit 508c6af
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,7 @@ services:
POSTGRES_DB: paperless
POSTGRES_USER: paperless
POSTGRES_PASSWORD: paperless
```

```markdown
webserver:
image: paperlessngx/paperless-ngx:latest
restart: unless-stopped
Expand All @@ -184,8 +181,8 @@ webserver:
PAPERLESS_REDIS: redis://broker:6379
PAPERLESS_DBHOST: db
PAPERLESS_TIKA_ENABLED: 1
PAPERLESS_TIKA_GOTENBERG_ENDPOINT: http://gotenberg:9998
PAPERLESS_TIKA_ENDPOINT: http://tika:3009
PAPERLESS_TIKA_GOTENBERG_ENDPOINT: http://gotenberg:3000
PAPERLESS_TIKA_ENDPOINT: http://tika:9998
PAPERLESS_OCR_LANGUAGES: chi-sim chi-tra # ändere es, wenn du möchtest
PAPERLESS_OCR_LANGUAGE: eng+chi_sim # ändere es, wenn du möchtest
USERMAP_UID: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,7 @@ services:
POSTGRES_DB: paperless
POSTGRES_USER: paperless
POSTGRES_PASSWORD: paperless
```

```markdown
webserver:
image: paperlessngx/paperless-ngx:latest
restart: unless-stopped
Expand All @@ -183,8 +181,8 @@ webserver:
PAPERLESS_REDIS: redis://broker:6379
PAPERLESS_DBHOST: db
PAPERLESS_TIKA_ENABLED: 1
PAPERLESS_TIKA_GOTENBERG_ENDPOINT: http://gotenberg:9998
PAPERLESS_TIKA_ENDPOINT: http://tika:3009
PAPERLESS_TIKA_GOTENBERG_ENDPOINT: http://gotenberg:3000
PAPERLESS_TIKA_ENDPOINT: http://tika:9998
PAPERLESS_OCR_LANGUAGES: chi-sim chi-tra # change it if you like
PAPERLESS_OCR_LANGUAGE: eng+chi_sim # change it if you like
USERMAP_UID: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ services:
PAPERLESS_REDIS: redis://broker:6379
PAPERLESS_DBHOST: db
PAPERLESS_TIKA_ENABLED: 1
PAPERLESS_TIKA_GOTENBERG_ENDPOINT: http://gotenberg:9998
PAPERLESS_TIKA_ENDPOINT: http://tika:3009
PAPERLESS_TIKA_GOTENBERG_ENDPOINT: http://gotenberg:3000
PAPERLESS_TIKA_ENDPOINT: http://tika:9998
PAPERLESS_OCR_LANGUAGES: chi-sim chi-tra # change it if you like
PAPERLESS_OCR_LANGUAGE: eng+chi_sim # change it if you like
USERMAP_UID: 0
Expand Down

0 comments on commit 508c6af

Please sign in to comment.