From 5ac2b9a4088bf5d9cd36c0c042d16c8253309c29 Mon Sep 17 00:00:00 2001 From: heimoshuiyu Date: Sat, 21 Oct 2023 21:48:43 +0800 Subject: [PATCH] update image --- docker-compose.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 55ca815..d7def72 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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 \ No newline at end of file + command: python3 bot_tts.py