Files
matrix-chain/docker-compose.yaml
2023-10-21 21:14:57 +08:00

25 lines
423 B
YAML

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