Files
pixelpoebel/docker-compose.yml
sarah 40be1e181c
Some checks failed
Auto Build and Push Docker Image / build (push) Failing after 8s
Initial: Pixelpöbel Discord Bot
- Modular Discord Bot mit TypeScript und discord.js
- Grouped Commands (/admin, /owner subcommands)
- SQLite Datenbank mit Persistenz
- Twitch Monitoring mit Stream-ID Tracking
- Konfigurierbares Warn-System (Auto-Kick/Mute/Ban)
- Mute mit verschiedenen Zeiteinheiten (sec, min, hour, day, week, month, year, perm)
- Auto-Deploy beim Start (Option 3)
- Docker Support

Features:
- /ping, /help, /twitch (online, add, remove, list)
- /admin (kick, warn, unwarn, mute, unmute, ban, unban, config)
- /owner (deploy, stats, servers)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-22 16:29:30 +01:00

17 lines
273 B
YAML

version: '3.8'
services:
pixelpoebel-bot:
build: .
container_name: pixelpoebel-bot
restart: unless-stopped
env_file:
- .env
volumes:
- ./data:/app/data
networks:
- pixelpoebel-net
networks:
pixelpoebel-net:
driver: bridge