init: TTS Telegram Bot (edge-tts, Dmitry voice, admin panel)

This commit is contained in:
vrubel 2026-06-03 18:39:05 +00:00
commit ed3c1cf0ce
9 changed files with 498 additions and 0 deletions

11
docker-compose.yml Normal file
View file

@ -0,0 +1,11 @@
version: "3.9"
services:
t2s:
build: ./app
container_name: t2s-telegram-bot
restart: always
network_mode: "host"
env_file: .env
volumes:
- ./data:/app/data