mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-22 13:26:42 +02:00
🔧 chore(docker): build matrix-todo-bot locally on Mac Mini
This commit is contained in:
parent
6e7080c8c1
commit
0015bd0892
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue