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:
Émilien (perso) 2025-11-15 14:20:22 +01:00 committed by GitHub
parent 9aa594834a
commit dea73eb830
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View file

@ -64,7 +64,7 @@ podman create --rm \
--pod videos \
--name invidious \
--label "io.containers.autoupdate=registry" \
--health-cmd="wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/trending || exit 1" \
--health-cmd="wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/stats || exit 1" \
--health-interval=30s \
--health-timeout=5s \
--health-retries=2 \