surfaces/docker-compose.yml
Mikhail Putilovskij 4628304979 feat(04-03): add matrix bot containerization
- add Dockerfile for matrix bot runtime
- add compose service and env template entries
2026-04-17 16:07:47 +03:00

5 lines
84 B
YAML

services:
matrix-bot:
build: .
env_file: .env
restart: unless-stopped