summaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorChunkyProgrammer <78101139+ChunkyProgrammer@users.noreply.github.com>2024-04-04 19:10:27 -0400
committerChunkyProgrammer <78101139+ChunkyProgrammer@users.noreply.github.com>2024-04-04 19:10:27 -0400
commit170eef58fd907057782244c95f9b8d72bb85d114 (patch)
tree80b655bf6b52324d128aa1baada04e7ddd141649 /docker-compose.yml
parent08390acd0c17875fddb84cabba54197a5b5740e4 (diff)
downloadinvidious-170eef58fd907057782244c95f9b8d72bb85d114.tar.gz
invidious-170eef58fd907057782244c95f9b8d72bb85d114.tar.bz2
invidious-170eef58fd907057782244c95f9b8d72bb85d114.zip
Use trending api for health checks
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml2
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