chore: switch matrix-web to local build in production compose

Switch from ghcr.io pre-built image to local Dockerfile build for
easier deployment during development.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Till-JS 2026-01-29 16:59:13 +01:00
parent 017cb91385
commit f652f281b8

View file

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