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