init: TTS Telegram Bot (edge-tts, Dmitry voice, admin panel)
This commit is contained in:
commit
ed3c1cf0ce
9 changed files with 498 additions and 0 deletions
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue