update image
This commit is contained in:
@@ -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
|
||||
command: python3 bot_tts.py
|
||||
|
||||
Reference in New Issue
Block a user