chore(docker): build matrix-tts-bot locally instead of from registry

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Till-JS 2026-02-14 11:04:44 +01:00
parent fa7fb3c294
commit e013384d29

View file

@ -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