feat(04-03): add matrix bot containerization

- add Dockerfile for matrix bot runtime
- add compose service and env template entries
This commit is contained in:
Mikhail Putilovskij 2026-04-17 16:07:47 +03:00
parent 2720ee2d6e
commit 4628304979
3 changed files with 35 additions and 0 deletions

5
docker-compose.yml Normal file
View file

@ -0,0 +1,5 @@
services:
matrix-bot:
build: .
env_file: .env
restart: unless-stopped