From 7d409465b6a3d6ce2a7c06a40177541758ba6e59 Mon Sep 17 00:00:00 2001 From: Till-JS <101404291+Till-JS@users.noreply.github.com> Date: Thu, 12 Feb 2026 13:33:33 +0100 Subject: [PATCH] fix(docker): add backend URLs to auth service for GDPR data aggregation Configure mana-auth with internal Docker network URLs to query project backends for user data (Chat, Todo, Calendar, Contacts, Picture, Presi). Co-Authored-By: Claude Opus 4.5 --- docker-compose.macmini.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docker-compose.macmini.yml b/docker-compose.macmini.yml index ca91c005f..bbb8dec3d 100644 --- a/docker-compose.macmini.yml +++ b/docker-compose.macmini.yml @@ -108,6 +108,14 @@ services: CORS_ORIGINS: https://mana.how,https://chat.mana.how,https://todo.mana.how,https://calendar.mana.how,https://clock.mana.how,https://contacts.mana.how,https://storage.mana.how,https://presi.mana.how,https://nutriphi.mana.how,https://skilltree.mana.how,https://photos.mana.how,https://matrix.mana.how,https://element.mana.how,https://link.mana.how,https://playground.mana.how DUCKDB_PATH: /data/analytics/metrics.duckdb SYNAPSE_OIDC_CLIENT_SECRET: ${SYNAPSE_OIDC_CLIENT_SECRET:-} + # Backend URLs for user data aggregation (GDPR self-service) + CHAT_BACKEND_URL: http://chat-backend:3030 + TODO_BACKEND_URL: http://todo-backend:3031 + CALENDAR_BACKEND_URL: http://calendar-backend:3032 + CONTACTS_BACKEND_URL: http://contacts-backend:3034 + PICTURE_BACKEND_URL: http://photos-backend:3039 + PRESI_BACKEND_URL: http://presi-backend:3036 + ADMIN_SERVICE_KEY: ${MANA_CORE_SERVICE_KEY} volumes: - analytics_data:/data/analytics ports: