fix interval and retries

This commit is contained in:
vvzvlad 2024-09-05 03:23:06 +03:00
parent 520416b772
commit 61fa099391

View File

@ -7,9 +7,9 @@ services:
- "8080:8080" - "8080:8080"
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8080/inference/ETH/10m"] test: ["CMD", "curl", "-f", "http://localhost:8080/inference/ETH/10m"]
interval: 10s interval: 30s
timeout: 5s timeout: 5s
retries: 12 retries: 20
volumes: volumes:
- ./inference-data:/app/data - ./inference-data:/app/data
restart: always restart: always