mirror of
https://github.com/iv-org/documentation.git
synced 2025-05-03 15:24:48 -04:00
Use trending api for health checks instead of comments (#530)
This commit is contained in:
parent
82d73fca48
commit
70523e77b9
3 changed files with 6 additions and 6 deletions
|
@ -59,7 +59,7 @@ services:
|
|||
# statistics_enabled: false
|
||||
hmac_key: "CHANGE_ME!!"
|
||||
healthcheck:
|
||||
test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/comments/jNQXAC9IVRw || exit 1
|
||||
test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/trending || exit 1
|
||||
interval: 30s
|
||||
timeout: 5s
|
||||
retries: 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue