差異處
這裏顯示兩個版本的差異處。
兩邊的前次修訂版 前次修改 下次修改 | 前次修改 | ||
tech:paperless [2024/01/24 12:27] – 修改預設 OCR 設定處 jonathan | tech:paperless [2024/07/29 17:53] (目前版本) – [安裝方式] jonathan | ||
---|---|---|---|
行 30: | 行 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 | ||
行 39: | 行 39: | ||
db: | db: | ||
+ | container_name: | ||
image: docker.io/ | image: docker.io/ | ||
restart: unless-stopped | restart: unless-stopped | ||
行 49: | 行 50: | ||
webserver: | webserver: | ||
+ | container_name: | ||
image: ghcr.io/ | image: ghcr.io/ | ||
restart: unless-stopped | restart: unless-stopped | ||
行 54: | 行 56: | ||
- db | - db | ||
- broker | - broker | ||
+ | - gotenberg | ||
+ | - tika | ||
ports: | ports: | ||
- " | - " | ||
行 70: | 行 74: | ||
gotenberg: | gotenberg: | ||
+ | container_name: | ||
image: docker.io/ | image: docker.io/ | ||
restart: unless-stopped | restart: unless-stopped | ||
行 83: | 行 88: | ||
tika: | tika: | ||
+ | container_name: | ||
image: ghcr.io/ | image: ghcr.io/ | ||
restart: unless-stopped | restart: unless-stopped |