From e7fb2074b45abd88a0ae3d941aae75c8e6c26d5b Mon Sep 17 00:00:00 2001 From: Till JS Date: Fri, 20 Mar 2026 17:30:45 +0100 Subject: [PATCH] fix(docker): add cross-app CORS origins to todo-backend calendar.mana.how and contacts.mana.how need to call todo-api.mana.how for cross-app task integration. Co-Authored-By: Claude Opus 4.6 (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 4928e16f2..3d974c1f8 100644 --- a/docker-compose.macmini.yml +++ b/docker-compose.macmini.yml @@ -317,7 +317,7 @@ services: PORT: 3031 DATABASE_URL: postgresql://postgres:${POSTGRES_PASSWORD:-mana123}@postgres:5432/todo MANA_CORE_AUTH_URL: http://mana-auth:3001 - CORS_ORIGINS: https://todo.mana.how,https://mana.how + CORS_ORIGINS: https://todo.mana.how,https://mana.how,https://calendar.mana.how,https://contacts.mana.how ADMIN_SERVICE_KEY: ${MANA_CORE_SERVICE_KEY} GLITCHTIP_DSN: https://c774433d212c473d9088542a84224488@glitchtip.mana.how/3 ports: