mirror of
https://github.com/prosolis/gogobee.git
synced 2026-07-15 00:32:40 +00:00
Full-featured Matrix bot with E2EE via matrix-js-sdk, 32+ plugins, LLM-powered passive classification, XP/leveling, trivia, game releases, anime/movie tracking, and more. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
10 lines
269 B
YAML
10 lines
269 B
YAML
services:
|
|
freebee:
|
|
build: .
|
|
restart: unless-stopped
|
|
env_file: .env
|
|
volumes:
|
|
# CRITICAL: The crypto/ subdirectory contains the bot's device identity.
|
|
# Losing it means the bot must re-verify in all encrypted rooms.
|
|
- ./data:/app/data
|