chore: update healthcheck for /api/v1/stats

since /api/v1/trending doesn't work anymore
This commit is contained in:
Émilien (perso) 2025-11-25 14:32:15 +01:00 committed by GitHub
parent bb9c4a01a1
commit b2ecd8abc3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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