fix interval and retries
This commit is contained in:
parent
520416b772
commit
61fa099391
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user