health
This commit is contained in:
parent
a37eaac2a3
commit
97079fd3fa
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ services:
|
||||||
IMAGEOPTION: "true"
|
IMAGEOPTION: "true"
|
||||||
CONCURRENT_IMAGES: ${CONCURRENT_IMAGES}
|
CONCURRENT_IMAGES: ${CONCURRENT_IMAGES}
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "http://localhost:1323/"]
|
test: ["CMD", "curl", "-f", "http://localhost:1323/health"]
|
||||||
interval: 10s
|
interval: 10s
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
retries: 5
|
retries: 5
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue