Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user