Files
matrix-bot/docker-compose.example.yml
T
Noa Himesaka fe6ce755d1 Initial commit
2026-01-29 01:27:31 +09:00

11 lines
295 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
volumes:
- ./links.json:/usr/local/bin/links.json
restart: unless-stopped