From e89958e9c772493d74aeb5b427dd1fc0d0b12698 Mon Sep 17 00:00:00 2001 From: Till JS Date: Mon, 27 Apr 2026 14:32:17 +0200 Subject: [PATCH] fix(compose): mana-analytics MANA_CREDITS_URL points to prod port 3002 (not dev 3061) Co-Authored-By: Claude Opus 4.7 (1M context) --- docker-compose.macmini.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.macmini.yml b/docker-compose.macmini.yml index 8664073e7..d908a32a0 100644 --- a/docker-compose.macmini.yml +++ b/docker-compose.macmini.yml @@ -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