From e013384d298da9597edd14c166a05cdde023958b Mon Sep 17 00:00:00 2001 From: Till-JS <101404291+Till-JS@users.noreply.github.com> Date: Sat, 14 Feb 2026 11:04:44 +0100 Subject: [PATCH] chore(docker): build matrix-tts-bot locally instead of from registry Co-Authored-By: Claude Opus 4.5 --- docker-compose.macmini.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docker-compose.macmini.yml b/docker-compose.macmini.yml index 135e5cba8..4745749b4 100644 --- a/docker-compose.macmini.yml +++ b/docker-compose.macmini.yml @@ -958,7 +958,10 @@ services: start_period: 40s matrix-tts-bot: - image: ghcr.io/memo-2023/matrix-tts-bot:latest + build: + context: . + dockerfile: services/matrix-tts-bot/Dockerfile + image: matrix-tts-bot:local platform: linux/amd64 container_name: mana-matrix-bot-tts restart: always