fix: add missing env variables from .env.example and docker compose#984
Merged
Conversation
This comment has been minimized.
This comment has been minimized.
aimurphy
requested changes
Feb 18, 2026
aimurphy
left a comment
Collaborator
There was a problem hiding this comment.
Thanks for doing this and tackling the docs changes. There are just a few edits/suggestions.
Co-authored-by: April I. Murphy <[email protected]>
Co-authored-by: April I. Murphy <[email protected]>
Co-authored-by: April I. Murphy <[email protected]>
Co-authored-by: April I. Murphy <[email protected]>
This comment has been minimized.
This comment has been minimized.
aimurphy
approved these changes
Feb 20, 2026
aimurphy
left a comment
Collaborator
There was a problem hiding this comment.
approving to unblock, but some of the table rows are duplicated. Please fix before merging.
Contributor
|
Build successful! ✅ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces several improvements to configuration management and deployment flexibility for OpenRAG, focusing on environment variable handling, logging, and Helm chart enhancements. The changes make it easier to configure system behavior, pin or synchronize container versions, and securely manage secrets, especially for session management and Langflow integration.
Configuration and Logging Enhancements:
LOG_FORMAT,LOG_LEVEL,SERVICE_NAME,SESSION_SECRET) and Langflow integration (LANGFLOW_KEY,LANGFLOW_KEY_RETRIES,LANGFLOW_KEY_RETRY_DELAY,LANGFLOW_VERSION) in.env.exampleand wired them intodocker-compose.ymland documentation for easier customization and improved observability. [1] [2] [3]OpenSearch and Service Configuration:
.env.exampleanddocker-compose.ymlto support overriding host, port, and username, improving flexibility for different deployment environments. [1] [2] [3] [4]Container Version Management and Documentation:
OPENRAG_VERSION), explaining how the TUI manages container versions versus manual deployment, and updated upgrade instructions for better user guidance. [1] [2] [3]Helm Chart Improvements and Secret Management:
backend-secret.yaml) for securely storing the session secret, with auto-generation if not provided. [1] [2] [3] [4] [5]Summary of Most Important Changes:
1. Configuration and Logging
.env.example,docker-compose.yml, and documentation, allowing for more flexible and secure configuration. [1] [2] [3]2. OpenSearch and Service Environment Variables
3. Container Version Synchronization and Documentation
OPENRAG_VERSIONis managed by the TUI versus manual deployment, and improved instructions for pinning or synchronizing container versions. [1] [2] [3]4. Helm Chart and Secret Management
Let me know if you want to discuss how these changes might affect your local development or deployment workflows!
Closes #568