mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 17:41:09 +02:00
chore(compose): wire FEEDBACK_PSEUDONYM_SECRET into mana-analytics
Required by the public-community-hub stamping. Compose enforces the var via :? syntax — startup fails fast if .env.macmini is missing it, which beats silently using the dev default in production. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
5959f66387
commit
39ef7ca9d5
1 changed files with 4 additions and 0 deletions
|
|
@ -583,6 +583,10 @@ 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
|
||||
# Seeds the per-user display-hash for the public-community pseudonym
|
||||
# ("Wachsame Eule #4528"). Set in .env.macmini — rotation re-keys
|
||||
# only future pseudonyms, existing rows keep the old hash/name.
|
||||
FEEDBACK_PSEUDONYM_SECRET: ${FEEDBACK_PSEUDONYM_SECRET:?missing in .env.macmini}
|
||||
CORS_ORIGINS: https://mana.how
|
||||
ports:
|
||||
- "3064:3064"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue