fix(compose): change calc-web port from 5026 to 5031 (port conflict with zitare-web)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-03-31 17:23:56 +02:00
parent 6496d90097
commit 03989976f2

View file

@ -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