father-bot / chatgpt_telegram_bot

💬 Telegram bot with ChatGPT, Python-based, using OpenAI's API.
https://t.me/chatgpt_karfly_bot
MIT License
5.17k stars 1.81k forks source link

docker-compose is not recognized as a internal or external commands #296

Closed abdulrehman6 closed 1 year ago

abdulrehman6 commented 1 year ago

Untitled

molostovvs commented 1 year ago

try docker compose

abdulrehman6 commented 1 year ago

installed python for windows in c:/python then I installed cloned repo to my local machine in c:/python/bot

added openai API token and telegram token to the config.yml . but when I run docker-compose command I am getting the error.

mv config/config.example.yml config/config.yml mv config/config.example.env config/config.env

then run

docker-compose --env-file config/config.env up --build

Should I be missing something?

On Wed, May 31, 2023 at 7:15 PM Viktor Molostov @.***> wrote:

try docker compose

— Reply to this email directly, view it on GitHub https://github.com/karfly/chatgpt_telegram_bot/issues/296#issuecomment-1570324245, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHUPKJLOS5BD5A6RE46O3T3XI5G7NANCNFSM6AAAAAAYVKBLFU . You are receiving this because you authored the thread.Message ID: @.***>

-- Abdul Rehman Senior Software Engineer | Laravel & WordPress Developer

M: +92 333 4785050 E: @. @.> W: www.ayaanlogix.com S :[image: facebook icon] https://www.facebook.com/die4her [image: instagram icon] https://www.instagram.com/rehman.decant/ ................................................................................................................................ The content of this email is confidential and intended for the recipient specified in the message only. It is strictly forbidden to share any part of this message with any third party, without the written consent of the sender. If you received this message by mistake, please reply to this message and follow with its deletion, so that we can ensure such a mistake does not occur in the future.

cywale commented 1 year ago
  1. install docker desktop from www.docker.com
  2. start the engine
  3. rerun the command.
abdulrehman6 commented 1 year ago

I installed the docker desktop and started the engine I rerun the command and bot not working telegram its (https://t.me/MatrixGPT4_bot)

abdulrehman6 commented 1 year ago

Untitled23

karfly commented 1 year ago

@cywale thank you for help!