mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-07-20 12:37:04 -04:00
[PR #22] [MERGED] Update entrypoint in docker-compose for Langfuse MinIO #123
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vxcontrol/pentagi/pull/22
Author: @asdek
Created: 3/27/2025
Status: ✅ Merged
Merged: 3/27/2025
Merged by: @asdek
Base:
master← Head:9-bug-invalid-interpolation-format-for-minio-entrypoint📝 Commits (1)
0eb8d2cfix: update entrypoint script in docker-compose for Langfuse MinIO configuration📊 Changes
1 file changed (+7 additions, -7 deletions)
View changed files
📝
docker-compose-langfuse.yml(+7 -7)📄 Description
Description of the Change
Problem
The MinIO service configuration in docker-compose-langfuse.yml had issues with environment variable interpolation and command execution in the entrypoint script. The original configuration used incorrect syntax for shell variables and command substitution, which caused Docker Compose to fail during startup.
Solution
The changes include:
>to|to properly handle multiline shell scriptsCloses #9
Type of Change
Areas Affected
Testing and Verification
Test Configuration
Test Steps
docker-compose -f docker-compose-langfuse.yml up -dTest Results
The MinIO service now starts correctly with proper environment variable interpolation and command execution. The bucket is created and configured as expected.
Security Considerations
No security implications as this is a configuration fix that maintains existing security settings.
Performance Impact
No performance impact as this is a configuration fix that improves reliability.
Documentation Updates
Deployment Notes
No special deployment considerations. The changes are backward compatible and maintain existing environment variable structure.
Checklist
Code Quality
go fmtandgo vet(for Go code)npm run lint(for TypeScript/JavaScript code)Security
Compatibility
Documentation
Additional Notes
The changes are focused on fixing the MinIO service configuration in the Langfuse stack. The modifications improve reliability and maintainability without affecting the core functionality or security of the system.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.