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) <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-03-20 16:38:05 +01:00
parent 482bef7e20
commit a1836407b1

View file

@ -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: