From 46dee7377e758e80728c82882516dfd5bf83cf64 Mon Sep 17 00:00:00 2001 From: alvis Date: Fri, 17 Apr 2026 14:17:52 +0000 Subject: [PATCH] fix: api healthcheck + port mapping corrected to 3078 Co-Authored-By: Claude Sonnet 4.6 --- infra/docker/docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/infra/docker/docker-compose.yml b/infra/docker/docker-compose.yml index 8cf4943..5056d8b 100644 --- a/infra/docker/docker-compose.yml +++ b/infra/docker/docker-compose.yml @@ -14,9 +14,9 @@ services: volumes: - /mnt/ssd/dbs/oo:/mnt/ssd/dbs/oo ports: - - "127.0.0.1:3001:3001" + - "127.0.0.1:3078:3078" healthcheck: - test: ["CMD", "wget", "--spider", "-q", "http://localhost:3001/health"] + test: ["CMD", "wget", "--spider", "-q", "http://localhost:3078/health"] interval: 10s timeout: 5s retries: 5 @@ -49,7 +49,7 @@ services: PORT: "3080" HOSTNAME: "0.0.0.0" NEXT_PUBLIC_API_URL: "" - INTERNAL_API_URL: "http://api:3001" + INTERNAL_API_URL: "http://api:3078" ports: - "127.0.0.1:3080:3080" depends_on: