-
Notifications
You must be signed in to change notification settings - Fork 0
add docker compose #3
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
Conversation
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.
Pull Request Overview
This PR adds Docker Compose configuration updates to support new environment variables and consolidates volume mounting configuration for the ActiveLoop NeoHorizon application. The main purpose is to introduce new inference retriever URL configurations and streamline the Docker Compose setup.
- Adds two new environment variables for inference retriever v1 deployment URLs (ingestion and query)
- Consolidates deeplake volume mounting from individual services to shared configuration
- Reorganizes restart policy placement for consistency across compose files
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
docker-compose.yaml | Adds new environment variables, consolidates volume mounting to shared config, and removes duplicate volume declarations from individual services |
docker-compose.nomodel.yaml | Same environment variable and volume mounting changes as main compose file for no-model deployment variant |
docker-compose.apps.yaml | Adds new environment variables and reorganizes restart policy placement for apps-only deployment variant |
Uh oh!
There was an error while loading. Please reload this page.