mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 00:01:10 +02:00
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:
parent
017cb91385
commit
f652f281b8
1 changed files with 4 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue