This commit is contained in:
2023-10-21 21:14:57 +08:00
commit 47ca0639da
11 changed files with 1541 additions and 0 deletions

25
docker-compose.yaml Normal file
View File

@@ -0,0 +1,25 @@
version: '3'
services:
bot-chatgpt:
image: matrix-chain
env_file:
- ./.env
command: python3 bot_chatgpt.py
bot-db:
image: matrix-chain
env_file:
- ./.env
command: python3 bot_db.py
bot-whisper:
image: matrix-chain
env_file:
- ./.env
command: python3 bot_whisper.py
bot-tts:
image: matrix-chain
env_file:
- ./.env
command: python3 bot_tts.py