chore(mana-llm): manawald.mana.how + localhost:3090 in CORS_ORIGINS

Runtime-Override für den mana-llm-Container, damit der manawald-Browser
direkt llm.mana.how/v1/chat/completions ohne CORS-Block trifft.
Default-Liste in mana/services/mana-llm/src/config.py separat ergänzt.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Till 2026-05-12 18:58:30 +02:00
parent 009a695345
commit cec84c2a9d

View file

@ -1198,7 +1198,7 @@ services:
GOOGLE_DEFAULT_MODEL: gemini-2.0-flash GOOGLE_DEFAULT_MODEL: gemini-2.0-flash
AUTO_FALLBACK_ENABLED: "true" AUTO_FALLBACK_ENABLED: "true"
OLLAMA_MAX_CONCURRENT: 5 OLLAMA_MAX_CONCURRENT: 5
CORS_ORIGINS: https://playground.mana.how,https://mana.how,https://chat.mana.how CORS_ORIGINS: https://playground.mana.how,https://mana.how,https://chat.mana.how,https://manawald.mana.how,http://localhost:3090
ports: ports:
- "3025:3025" - "3025:3025"
healthcheck: healthcheck: