差異處
這裏顯示兩個版本的差異處。
下次修改 | 前次修改 | ||
tech:paperless [2024/01/24 11:23] – 建立 jonathan | tech:paperless [2024/07/29 17:53] (目前版本) – [安裝方式] jonathan | ||
---|---|---|---|
行 22: | 行 22: | ||
* 修改時區< | * 修改時區< | ||
PAPERLESS_TIME_ZONE=Asia/ | PAPERLESS_TIME_ZONE=Asia/ | ||
+ | </ | ||
+ | * 修改預設 OCR為繁體中文+英文< | ||
+ | PAPERLESS_OCR_LANGUAGE=chi_tra+eng | ||
</ | </ | ||
- 設定 Reverse Proxy(Option) Exp. docs.my.ichiayi.com -> http 172.16.0.220 8000 | - 設定 Reverse Proxy(Option) Exp. docs.my.ichiayi.com -> http 172.16.0.220 8000 | ||
行 27: | 行 30: | ||
vi docker-compose.yml | vi docker-compose.yml | ||
</ | </ | ||
- | version: " | ||
services: | services: | ||
broker: | broker: | ||
+ | container_name: | ||
image: docker.io/ | image: docker.io/ | ||
restart: unless-stopped | restart: unless-stopped | ||
行 36: | 行 39: | ||
db: | db: | ||
+ | container_name: | ||
image: docker.io/ | image: docker.io/ | ||
restart: unless-stopped | restart: unless-stopped | ||
行 46: | 行 50: | ||
webserver: | webserver: | ||
+ | container_name: | ||
image: ghcr.io/ | image: ghcr.io/ | ||
restart: unless-stopped | restart: unless-stopped | ||
行 51: | 行 56: | ||
- db | - db | ||
- broker | - broker | ||
+ | - gotenberg | ||
+ | - tika | ||
ports: | ports: | ||
- " | - " | ||
行 65: | 行 72: | ||
PAPERLESS_TIKA_GOTENBERG_ENDPOINT: | PAPERLESS_TIKA_GOTENBERG_ENDPOINT: | ||
PAPERLESS_TIKA_ENDPOINT: | PAPERLESS_TIKA_ENDPOINT: | ||
- | PAPERLESS_OCR_LANGUAGES: | ||
- | PAPERLESS_OCR_LANGUAGE: | ||
gotenberg: | gotenberg: | ||
+ | container_name: | ||
image: docker.io/ | image: docker.io/ | ||
restart: unless-stopped | restart: unless-stopped | ||
行 82: | 行 88: | ||
tika: | tika: | ||
+ | container_name: | ||
image: ghcr.io/ | image: ghcr.io/ | ||
restart: unless-stopped | restart: unless-stopped |