This commit is contained in:
vvzvlad 2024-09-05 03:20:48 +03:00
parent 59672292e2
commit 3f17f7f0b7

View File

@ -6,7 +6,7 @@ services:
ports: ports:
- "8080:8080" - "8080:8080"
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8080/inference/ETH"] test: ["CMD", "curl", "-f", "http://localhost:8080/inference/ETH/10m"]
interval: 10s interval: 10s
timeout: 5s timeout: 5s
retries: 12 retries: 12