Skip to content
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

Merged
merged 4 commits into from
Aug 15, 2024
Merged

Customize docs #6

merged 4 commits into from
Aug 15, 2024

Conversation

suzinyou
Copy link
Contributor

Reviewer: @lickem22
Estimate: 20 mins


Ticket

Fixes:

Description

Goal

  • Customize docs for MC
  • Make final changes

Changes

Future Tasks

How has this been tested?

  • Run mkdocs serve... to review the docs
  • Follow the Quick Setup instructions.

Checklist

Fill with x for completed.

  • My code follows the style guidelines of this project
  • I have reviewed my own code to ensure good quality
  • I have tested the functionality of my code to ensure it works as intended
  • I have resolved merge conflicts

(Delete any items below that are not relevant)

  • I have updated affected documentation

ports: # Expose the port to port 5434 on the host machine for debugging
- 5434:5432
ports:
- 5432:5432
Copy link
Collaborator

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
Copy link
Collaborator

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.

Copy link
Contributor Author

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.

@lickem22 lickem22 merged commit a85a524 into pull-main-update-docs Aug 15, 2024
@suzinyou suzinyou deleted the update-docs branch August 16, 2024 06:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants