From 03989976f286699317cca104e4423e56947a2e1c Mon Sep 17 00:00:00 2001 From: Till JS Date: Tue, 31 Mar 2026 17:23:56 +0200 Subject: [PATCH] fix(compose): change calc-web port from 5026 to 5031 (port conflict with zitare-web) Co-Authored-By: Claude Opus 4.6 --- docker-compose.macmini.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.macmini.yml b/docker-compose.macmini.yml index bc5adb55d..e14065734 100644 --- a/docker-compose.macmini.yml +++ b/docker-compose.macmini.yml @@ -1297,14 +1297,14 @@ services: condition: service_healthy environment: NODE_ENV: production - PORT: 5026 + PORT: 5031 PUBLIC_MANA_CORE_AUTH_URL: http://mana-auth:3001 PUBLIC_MANA_CORE_AUTH_URL_CLIENT: https://auth.mana.how PUBLIC_SYNC_SERVER_URL: ws://mana-sync:3010 ports: - - "5026:5026" + - "5031:5031" healthcheck: - test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://127.0.0.1:5026/health"] + test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://127.0.0.1:5031/health"] interval: 180s timeout: 10s retries: 3