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