diff options
| author | Émilien (perso) <4016501+unixfox@users.noreply.github.com> | 2024-04-10 20:21:17 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-10 20:21:17 +0700 |
| commit | b673695aa2704b880562399ac78659ad23b7940d (patch) | |
| tree | 80b655bf6b52324d128aa1baada04e7ddd141649 | |
| parent | 08390acd0c17875fddb84cabba54197a5b5740e4 (diff) | |
| parent | 170eef58fd907057782244c95f9b8d72bb85d114 (diff) | |
| download | invidious-b673695aa2704b880562399ac78659ad23b7940d.tar.gz invidious-b673695aa2704b880562399ac78659ad23b7940d.tar.bz2 invidious-b673695aa2704b880562399ac78659ad23b7940d.zip | |
Merge pull request #4561 from ChunkyProgrammer/use-trending-api-for-health-checks
Use Trending API for health checks
| -rw-r--r-- | docker-compose.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index 7e33f6e7..afda8726 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -32,7 +32,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 |
