mirror of
https://github.com/iv-org/invidious.git
synced 2025-12-03 12:28:29 -06:00
chore: update healthcheck for /api/v1/stats
since /api/v1/trending doesn't work anymore
This commit is contained in:
parent
bb9c4a01a1
commit
b2ecd8abc3
@ -36,7 +36,7 @@ services:
|
||||
# statistics_enabled: false
|
||||
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…
x
Reference in New Issue
Block a user