mckaywrigley / repo-chat

Use AI to ask questions about any GitHub repo.
MIT License
604 stars 108 forks source link

feat: Dockerfile and docker-compose.yml #12

Open tajkirkpatrick opened 1 year ago

tajkirkpatrick commented 1 year ago

Provides an absolute minimal setup for a working Docker container in both VSCode Dev Containers or a standalone docker host outside of VSCode.

This pull request changes application behavior by checking for a new environment variable USE_DOCKER as well as adding a new dependency to the requirements file python-dotenv.

The docker-compose file can be executed using the build flag which will build the dockerfile with the docker-COMPOSE's environment variable

Command: docker-compose up -d --build

Closes:

11 Dockerize It

dliebner commented 6 months ago

Does this work or is it incomplete?

tajkirkpatrick commented 6 months ago

Does this work or is it incomplete?

This is incomplete @dliebner . I have not revisited this since the re-release. To my knowledge there is an "official" docker offering in the README now.

dliebner commented 6 months ago

I don't see what you're referring to in the README, but thank you for the update.

tajkirkpatrick commented 6 months ago

Yeah sorry I got my projects mixed up and thought this was the chatbot repo. My bad!