Test Excel endpoint

This commit is contained in:
MangoPig
2026-02-21 23:25:13 +00:00
parent 50ed6e48f5
commit 6dce685906
5 changed files with 242 additions and 15 deletions
+17 -14
View File
@@ -58,20 +58,23 @@ services:
retries: 5
start_period: 120s
# Tools (Python FastAPI - Excel operations)
# tools:
# build: ./Tools/Service
# container_name: jt-tools
# restart: unless-stopped
# volumes:
# - /data/jingtian/BenjaminTeam:/data:rw
# ports:
# - "8080:8080"
# healthcheck:
# test: ["CMD", "curl", "-sf", "http://localhost:8080/health"]
# interval: 30s
# timeout: 10s
# retries: 3
# Tools (Python FastAPI - Generic Excel API)
tools:
build: ./Tools/Service
container_name: jt-tools
restart: unless-stopped
environment:
DATA_ROOT: /data
volumes:
- /data/jingtian/BenjaminTeam:/data:rw
ports:
- "8000:8000"
healthcheck:
test: ["CMD", "curl", "-sf", "http://localhost:8000/health"]
interval: 30s
timeout: 10s
retries: 3
start_period: 10s
volumes:
docling_models: