From 5d86753e476d14000adeb13c51c305a3f0e886f2 Mon Sep 17 00:00:00 2001 From: Till JS Date: Wed, 18 Mar 2026 16:55:52 +0100 Subject: [PATCH] fix(contacts): add missing PUBLIC_TODO_BACKEND_URL to contacts-web production config Without this variable, the contacts web app falls back to localhost:3031 for todo integration. Co-Authored-By: Claude Opus 4.6 --- docker-compose.macmini.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.macmini.yml b/docker-compose.macmini.yml index 3d31b49a5..c047f7889 100644 --- a/docker-compose.macmini.yml +++ b/docker-compose.macmini.yml @@ -1378,6 +1378,7 @@ services: PUBLIC_MANA_CORE_AUTH_URL: http://mana-auth:3001 PUBLIC_BACKEND_URL_CLIENT: https://contacts-api.mana.how PUBLIC_MANA_CORE_AUTH_URL_CLIENT: https://auth.mana.how + PUBLIC_TODO_BACKEND_URL: https://todo-api.mana.how ports: - "5014:5014" healthcheck: