-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add docker compose #23
base: main
Are you sure you want to change the base?
Conversation
add base_url option
add OPENAI_BASE_URL= If left blank should default to openai but untested
…n an environment variable is changed and added a docker compose option for easier deployment. Update the README accordingly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@anaxios can you tell me why you chose the name cl4p-tp
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A mistake. Also, the network: proxy is a mistake too. My apologies.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm still learning how PRs work. sorry.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, fine. No worries.
Goto PR #24 and push those changes to that branch, I'll merge that PR after that.
added docker compose option & updated README.
fixed the need to rebuild the app in docker when an environment variable changes