Code erstellt von OpenCode.ai

This commit is contained in:
ki
2026-03-15 09:12:21 +01:00
parent f3024c2594
commit f0c6f70b52
11 changed files with 419 additions and 0 deletions

18
docker-compose.yaml Normal file
View File

@@ -0,0 +1,18 @@
version: '3.8'
services:
ulfbot:
build: .
container_name: ulfbot
restart: unless-stopped
environment:
- TELEGRAM_TOKEN=${TELEGRAM_TOKEN}
- RANDOM_CHANCE=${RANDOM_CHANCE:-0.1}
volumes:
- ./data:/app/data
networks:
- bot-network
networks:
bot-network:
driver: bridge