update image

This commit is contained in:
2023-10-21 21:48:43 +08:00
parent 8585f6424b
commit 5ac2b9a408

View File

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