update image
This commit is contained in:
@@ -1,25 +1,25 @@
|
|||||||
version: '3'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
bot-chatgpt:
|
bot-chatgpt:
|
||||||
image: matrix-chain
|
image: heimoshuiyu/matrix-chain:latest
|
||||||
env_file:
|
env_file:
|
||||||
- ./.env
|
- ./.env
|
||||||
command: python3 bot_chatgpt.py
|
command: python3 bot_chatgpt.py
|
||||||
|
|
||||||
bot-db:
|
bot-db:
|
||||||
image: matrix-chain
|
image: heimoshuiyu/matrix-chain:latest
|
||||||
env_file:
|
env_file:
|
||||||
- ./.env
|
- ./.env
|
||||||
command: python3 bot_db.py
|
command: python3 bot_db.py
|
||||||
|
|
||||||
bot-whisper:
|
bot-whisper:
|
||||||
image: matrix-chain
|
image: heimoshuiyu/matrix-chain:latest
|
||||||
env_file:
|
env_file:
|
||||||
- ./.env
|
- ./.env
|
||||||
command: python3 bot_whisper.py
|
command: python3 bot_whisper.py
|
||||||
|
|
||||||
bot-tts:
|
bot-tts:
|
||||||
image: matrix-chain
|
image: heimoshuiyu/matrix-chain:latest
|
||||||
env_file:
|
env_file:
|
||||||
- ./.env
|
- ./.env
|
||||||
command: python3 bot_tts.py
|
command: python3 bot_tts.py
|
||||||
Reference in New Issue
Block a user