mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:01:09 +02:00
fix(matrix): use local Docker images for Matrix bots
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
f778e95455
commit
9ff709dc49
1 changed files with 3 additions and 3 deletions
|
|
@ -817,7 +817,7 @@ services:
|
|||
# ============================================
|
||||
|
||||
matrix-ollama-bot:
|
||||
image: ghcr.io/memo-2023/matrix-ollama-bot:latest
|
||||
image: matrix-ollama-bot:latest
|
||||
container_name: manacore-matrix-ollama-bot
|
||||
restart: always
|
||||
depends_on:
|
||||
|
|
@ -849,7 +849,7 @@ services:
|
|||
# ============================================
|
||||
|
||||
matrix-stats-bot:
|
||||
image: ghcr.io/memo-2023/matrix-stats-bot:latest
|
||||
image: matrix-stats-bot:latest
|
||||
container_name: manacore-matrix-stats-bot
|
||||
restart: always
|
||||
depends_on:
|
||||
|
|
@ -884,7 +884,7 @@ services:
|
|||
# ============================================
|
||||
|
||||
matrix-project-doc-bot:
|
||||
image: ghcr.io/memo-2023/matrix-project-doc-bot:latest
|
||||
image: matrix-project-doc-bot:latest
|
||||
container_name: manacore-matrix-project-doc-bot
|
||||
restart: always
|
||||
depends_on:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue