genten anpassungen

This commit is contained in:
Christoph K.
2026-03-24 08:05:24 +01:00
parent ee7b4cc74f
commit aa2a2d99ba
10 changed files with 122 additions and 86 deletions

14
docker-compose.yml Normal file
View File

@@ -0,0 +1,14 @@
services:
bot:
build:
context: .
dockerfile: Dockerfile
image: brain-bot:latest
container_name: brain-bot
restart: unless-stopped
environment:
- TZ=Europe/Berlin
volumes:
- ./config.yml:/app/config.yml:ro
- ./tasks.json:/app/tasks.json
- ./brain_data:/app/brain_data