This commit is contained in:
cangui 2025-08-16 16:38:43 +02:00
parent d6b30bd9a2
commit 3171b467bf

View File

@ -12,7 +12,7 @@ services:
- DEBUG=false
command: ["--models-path", "/models", "--address", "0.0.0.0:8080"]
healthcheck:
test: ["CMD", "curl", "-fsS", "http://localhost:8085/v1/models"]
test: ["CMD", "curl", "-fsS", "http://localhost:8080/v1/models"]
interval: 10s
timeout: 5s
retries: 10