-
Notifications
You must be signed in to change notification settings - Fork 0
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
Customize docs #6
Conversation
ports: # Expose the port to port 5434 on the host machine for debugging | ||
- 5434:5432 | ||
ports: | ||
- 5432:5432 |
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.
We didn't have to change to 5432. But I don't think it matters that much.
@@ -12,6 +12,7 @@ services: | |||
- .core_backend.env | |||
environment: | |||
- REDIS_HOST=redis://redis:6379 | |||
- LITELLM_ENDPOINT=http://huggingface-embeddings |
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 don't think we should bake that in otherwise it will override the one in .core_backend.env. But they will probably have their own server and they won't user docker-compose. I will update it.
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.
This is so in .core_backend.env we keep values for local setup (make setup-dev), and we can override it for docker-compose only in docker-compose.yml.
Reviewer: @lickem22
Estimate: 20 mins
Ticket
Fixes:
Description
Goal
Changes
Future Tasks
How has this been tested?
mkdocs serve...
to review the docsChecklist
Fill with
x
for completed.(Delete any items below that are not relevant)