mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:41:09 +02:00
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:
parent
fa7fb3c294
commit
e013384d29
1 changed files with 4 additions and 1 deletions
|
|
@ -958,7 +958,10 @@ services:
|
||||||
start_period: 40s
|
start_period: 40s
|
||||||
|
|
||||||
matrix-tts-bot:
|
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
|
platform: linux/amd64
|
||||||
container_name: mana-matrix-bot-tts
|
container_name: mana-matrix-bot-tts
|
||||||
restart: always
|
restart: always
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue