🔧 chore(docker): build matrix-todo-bot locally on Mac Mini

This commit is contained in:
Till-JS 2026-02-13 22:14:06 +01:00
parent 6e7080c8c1
commit 0015bd0892

View file

@ -796,7 +796,10 @@ services:
start_period: 40s
matrix-todo-bot:
image: ghcr.io/memo-2023/matrix-todo-bot:latest
image: matrix-todo-bot:local
build:
context: .
dockerfile: services/matrix-todo-bot/Dockerfile
platform: linux/amd64
container_name: mana-matrix-bot-todo
restart: always