mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-27 04:12:54 +02:00
fix(infra): credits-Port-Drift 3002→3061 entschärfen
Some checks are pending
CD Mac Mini / Detect Changes (push) Waiting to run
CD Mac Mini / Deploy (push) Blocked by required conditions
CI / Detect Changes (push) Waiting to run
CI / Validate (push) Waiting to run
CI / Build mana-search (push) Blocked by required conditions
CI / Build mana-sync (push) Blocked by required conditions
CI / Build mana-api-gateway (push) Blocked by required conditions
CI / Build mana-crawler (push) Blocked by required conditions
Mirror to Forgejo / Push to Forgejo (push) Waiting to run
Some checks are pending
CD Mac Mini / Detect Changes (push) Waiting to run
CD Mac Mini / Deploy (push) Blocked by required conditions
CI / Detect Changes (push) Waiting to run
CI / Validate (push) Waiting to run
CI / Build mana-search (push) Blocked by required conditions
CI / Build mana-sync (push) Blocked by required conditions
CI / Build mana-api-gateway (push) Blocked by required conditions
CI / Build mana-crawler (push) Blocked by required conditions
Mirror to Forgejo / Push to Forgejo (push) Waiting to run
credits.mana.how routete im cloudflared-Ingress auf localhost:3002 — dort lauscht aber nichts (refused), der mana-credits-Container läuft auf 3061. Live funktioniert credits.mana.how aktuell über einen anderen Tunnel (3 cloudflared-Prozesse), die :3002-Zeile war eine Reload-Zeitbombe: der nächste Reload dieser Config hätte credits.mana.how auf refused:3002 geschickt. Auch gpu-box.yml MANA_CREDITS_URL 192.168.178.131:3002→3061. Server-Dateien wurden parallel gepatcht (Backups .bak-credits-20260525), aber bewusst KEIN cloudflared-Reload — live bleibt unverändert (200), der Fix greift beim nächsten regulären Reload/Deploy. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
832adfe37b
commit
800a91f1b5
2 changed files with 2 additions and 2 deletions
|
|
@ -189,7 +189,7 @@ ingress:
|
|||
- hostname: sync.mana.how
|
||||
service: http://localhost:3010
|
||||
- hostname: credits.mana.how
|
||||
service: http://localhost:3002
|
||||
service: http://localhost:3061
|
||||
- hostname: subscriptions.mana.how
|
||||
service: http://localhost:3063
|
||||
- hostname: events.mana.how
|
||||
|
|
|
|||
|
|
@ -539,7 +539,7 @@ services:
|
|||
CORS_ORIGINS: https://mana.how,https://chat.mana.how,https://research.mana.how
|
||||
# Cross-LAN service deps
|
||||
MANA_AUTH_URL: http://192.168.178.131:3001
|
||||
MANA_CREDITS_URL: http://192.168.178.131:3002
|
||||
MANA_CREDITS_URL: http://192.168.178.131:3061
|
||||
MANA_LLM_URL: http://192.168.178.131:3025
|
||||
MANA_SEARCH_URL: http://192.168.178.131:3012
|
||||
MANA_SERVICE_KEY: ${MANA_SERVICE_KEY}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue