mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 00:01:10 +02:00
fix(compose): mana-analytics MANA_CREDITS_URL points to prod port 3002 (not dev 3061)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
391017bcfa
commit
e89958e9c7
1 changed files with 1 additions and 1 deletions
|
|
@ -583,7 +583,7 @@ services:
|
|||
DATABASE_URL: postgresql://postgres:${POSTGRES_PASSWORD:-mana123}@postgres:5432/mana_platform
|
||||
MANA_AUTH_URL: http://mana-auth:3001
|
||||
MANA_LLM_URL: http://mana-llm:3025
|
||||
MANA_CREDITS_URL: http://mana-credits:3061
|
||||
MANA_CREDITS_URL: http://mana-credits:3002
|
||||
MANA_SERVICE_KEY: ${MANA_SERVICE_KEY:?missing in .env.macmini}
|
||||
# Seeds the per-user display-hash for the public-community pseudonym
|
||||
# ("Wachsame Eule #4528"). Set in .env.macmini — rotation re-keys
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue