From a1836407b1f37c417b33cce2b326ee8b31b6b016 Mon Sep 17 00:00:00 2001 From: Till JS Date: Fri, 20 Mar 2026 16:38:05 +0100 Subject: [PATCH] refactor(docker): switch calendar-web to local build Stale GHCR image didn't include cross-app URL injection for todo/contacts backends, causing all task/birthday requests to hit calendar-api instead. Co-Authored-By: Claude Opus 4.6 (1M context) --- docker-compose.macmini.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docker-compose.macmini.yml b/docker-compose.macmini.yml index 2613c3834..4928e16f2 100644 --- a/docker-compose.macmini.yml +++ b/docker-compose.macmini.yml @@ -1330,7 +1330,10 @@ services: start_period: 40s calendar-web: - image: ghcr.io/memo-2023/calendar-web:latest + build: + context: . + dockerfile: apps/calendar/apps/web/Dockerfile + image: calendar-web:local container_name: mana-app-calendar-web restart: always depends_on: