Test Excel endpoint
This commit is contained in:
+17
-14
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user