🔧 chore(docker): build mana-web locally on Mac Mini

Switch manacore-web from GHCR image to local build for faster
deployment of frontend changes (self-service /settings/my-data).

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Till-JS 2026-02-13 12:04:30 +01:00
parent f5debee867
commit 210969a67f

View file

@ -943,7 +943,10 @@ services:
# ============================================
mana-web:
image: ghcr.io/memo-2023/manacore-web:latest
build:
context: .
dockerfile: apps/manacore/apps/web/Dockerfile
image: manacore-web:local
container_name: mana-app-web
restart: always
depends_on: