convertor/docs/Docker組合配置
Your Name a4489f4945 feat: add OCR language extension configuration and documentation
- Introduced `compose.ocr-languages.yml` for installing additional Tesseract OCR language packs during container startup.
- Updated documentation to include new OCR language extension options and usage scenarios.
- Enhanced existing documentation with references to the new OCR language extension guide.
- Improved test coverage for the deark converter and formats, ensuring accurate format handling and error management.
- Refactored code to streamline file system operations and improve readability.
2026-01-24 00:16:32 +08:00
..
compose.minimal.yml Add comprehensive documentation for ConvertX-CN deployment and configuration 2026-01-23 22:05:09 +08:00
compose.ocr-languages.yml feat: add OCR language extension configuration and documentation 2026-01-24 00:16:32 +08:00
compose.production.yml Add comprehensive documentation for ConvertX-CN deployment and configuration 2026-01-23 22:05:09 +08:00
compose.reference.yml Add comprehensive documentation for ConvertX-CN deployment and configuration 2026-01-23 22:05:09 +08:00
OCR語言擴展.md feat: add OCR language extension configuration and documentation 2026-01-24 00:16:32 +08:00
README.md Refactor documentation structure: migrate and consolidate multiple files into new organization, update links and references for clarity and accessibility. 2026-01-23 22:24:26 +08:00
生產環境配置.yml Add comprehensive documentation for ConvertX-CN deployment and configuration 2026-01-23 22:05:09 +08:00
說明文件.md feat: add OCR language extension configuration and documentation 2026-01-24 00:16:32 +08:00

Docker Compose 範例檔案

本資料夾提供不同情境的 Docker Compose 範例。

範例檔案

檔案 適用情境 說明
compose.minimal.yml Docker 老手 最精簡的可用配置
compose.production.yml 生產環境 含 Reverse Proxy 設定
compose.reference.yml 參考文件 所有設定的完整參考

快速選擇

你是... 使用
新手 README 主頁
Docker 熟手 compose.minimal.yml
生產環境 compose.production.yml
查詢所有選項 compose.reference.yml

如何使用

# 下載範例
curl -O https://raw.githubusercontent.com/pi-docket/ConvertX-CN/main/docs/docker-compose/compose.minimal.yml

# 重命名
mv compose.minimal.yml docker-compose.yml

# 建立 data 資料夾
mkdir -p data

# 修改 JWT_SECRET
nano docker-compose.yml

# 啟動
docker compose up -d

相關文件

我要部署到正式環境

使用 compose.production.yml,包含:

  • Reverse Proxy 設定說明
  • 安全性設定建議
  • HTTPS 配置範例

我想了解所有設定

參考 compose.reference.yml,包含所有環境變數的說明。

相關文件