Files

12 lines
329 B
YAML
Raw Permalink Normal View History

2026-01-29 01:27:31 +09:00
services:
matrix-bot:
image: ghcr.io/t2linux/matrix-bot:latest
environment:
- MATRIX_HOMESERVER=https://matrix.org
- MATRIX_USERNAME=your_username
- MATRIX_PASSWORD=your_password
2026-01-29 01:58:09 +09:00
- IGNORE_BRIDGE_USERS=false
2026-01-29 01:27:31 +09:00
volumes:
- ./links.json:/usr/local/bin/links.json
restart: unless-stopped