Files
stoat_role_bot/docker-compose.yml
Dawnsorrow 09e3b6ca66
Build and Push Image / build (push) Has been cancelled
Initial commit: Stoat Role Bot
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 19:45:26 -06:00

18 lines
484 B
YAML

# Stoat Role Bot — run with: docker compose up -d
# Set STOAT_BOT_TOKEN (and optionally PREFIX) in .env or below.
# For Stoat (stoat.chat) / Revolt API.
services:
rolebot:
build: .
container_name: stoat-role-bot
restart: unless-stopped
environment:
- STOAT_BOT_TOKEN=${STOAT_BOT_TOKEN}
- REVOLT_BOT_TOKEN=${REVOLT_BOT_TOKEN}
- PREFIX=${PREFIX:-!}
- CONFIG_PATH=/app/config
volumes:
- ./config:/app/config:rw
# env_file: .env