mirror of
https://github.com/iv-org/invidious.git
synced 2025-12-10 18:18:23 +00:00
chore: update healthcheck for /api/v1/stats
since /api/v1/trending doesn't work anymore
This commit is contained in:
@@ -36,7 +36,7 @@ services:
|
|||||||
# statistics_enabled: false
|
# statistics_enabled: false
|
||||||
hmac_key: "CHANGE_ME!!"
|
hmac_key: "CHANGE_ME!!"
|
||||||
healthcheck:
|
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
|
interval: 30s
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
retries: 2
|
retries: 2
|
||||||
|
|||||||
Reference in New Issue
Block a user