From 5b3506ff19d09e0d1b8cbd3177832f08932a1941 Mon Sep 17 00:00:00 2001 From: Nick Sellen Date: Thu, 30 Jan 2025 19:05:44 +0000 Subject: [PATCH] Fix healthcheck URL --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index 5cde440..6d7d04c 100644 --- a/compose.yml +++ b/compose.yml @@ -97,14 +97,14 @@ services: - MIGRATE=yes command: server healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:8000/api/config/"] + test: ["CMD", "curl", "-f", "http://localhost:8000/api/settings/"] interval: 10s timeout: 3s retries: 3 start_period: 45s deploy: labels: - - "coop-cloud.${STACK_NAME}.version=2.0.0+16.0.0" + - "coop-cloud.${STACK_NAME}.version=2.0.1+16.0.0" - "backupbot.backup=true" - "backupbot.backup.path=/app/uploads"