From 699b56a37cf905074be03638a3256f8a11958cd8 Mon Sep 17 00:00:00 2001 From: konturai-ops Date: Mon, 10 Aug 2026 05:53:51 +0000 Subject: [PATCH] sync: latest working state before Gitea migration (2026-08-10) --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 888397a..792f795 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -12,7 +12,7 @@ services: environment: - NODE_ENV=production healthcheck: - test: ["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://localhost/health"] + test: ["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://127.0.0.1/health"] interval: 30s timeout: 10s retries: 3