You've already forked matrix-bot
mirror of
https://github.com/t2linux/matrix-bot.git
synced 2026-04-30 13:54:23 -07:00
12 lines
329 B
YAML
12 lines
329 B
YAML
services:
|
|
matrix-bot:
|
|
image: ghcr.io/t2linux/matrix-bot:latest
|
|
environment:
|
|
- MATRIX_HOMESERVER=https://matrix.org
|
|
- MATRIX_USERNAME=your_username
|
|
- MATRIX_PASSWORD=your_password
|
|
- IGNORE_BRIDGE_USERS=false
|
|
volumes:
|
|
- ./links.json:/usr/local/bin/links.json
|
|
restart: unless-stopped
|