mirror of
https://github.com/iv-org/documentation.git
synced 2025-11-24 17:43:24 -05:00
chore: adapt healthcheck to /api/v1/stats (#679)
/api/v1/trending doesn't work well anymore close https://github.com/iv-org/documentation/issues/678
This commit is contained in:
parent
9aa594834a
commit
dea73eb830
3 changed files with 6 additions and 6 deletions
|
|
@ -82,7 +82,7 @@ Make sure to run the newer Docker Compose V2: https://docs.docker.com/compose/in
|
|||
# Use the key generated in the 2nd step
|
||||
hmac_key: "CHANGE_ME!!"
|
||||
healthcheck:
|
||||
test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/trending || exit 1
|
||||
test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/stats || exit 1
|
||||
interval: 30s
|
||||
timeout: 5s
|
||||
retries: 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue