mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-07-20 12:37:04 -04:00
[GH-ISSUE #9] [Bug]: Invalid interpolation format for "entrypoint" option in service "minio" #5
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?
Originally created by @MikeEffect on GitHub (Feb 6, 2025).
Original GitHub issue: https://github.com/vxcontrol/pentagi/issues/9
Originally assigned to: @asdek on GitHub.
Affected Component
Other (please specify in the description)
Describe the bug
After the launch
docker-compose -f docker-compose.yml up -d:https://pastebin.com/JehBTEFd
After the launch
docker-compose -f docker-compose-langfuse.yml up -d:https://pastebin.com/Nvfuqwt2
After the launch
docker-compose -f docker-compose-observability.yml up -d:https://pastebin.com/YVs1ZwK5
Steps to Reproduce
docker-compose -f docker-compose.yml up -ddocker-compose -f docker-compose-langfuse.yml up -ddocker-compose -f docker-compose-observability.yml up -dSystem Configuration
Deployment Type:
Environment:
Docker Version: Docker version 26.1.5+dfsg1, build a72d7cd`
Docker Compose Version: docker-compose version 1.29.2, build unknown
docker-py version: <module 'docker.version' from '/usr/lib/python3/dist-packages/docker/version.py'>
CPython version: 3.12.8
OpenSSL version: OpenSSL 3.4.0 22 Oct 2024
Host OS: Kali Linux 2024.4
Available Resources:
Active Integrations:
Logs and Artifacts
No response
Screenshots or Recordings
No response
Verification
@asdek commented on GitHub (Mar 27, 2025):
Hello @MikeEffect
Thank you for reporting this issue and providing detailed information about your system configuration. It's possible that this behavior varies between different versions of Docker and Docker Compose. In PR #22, I've updated the Docker Compose files to align with recommendations from the official Docker documentation.
To address this issue, please update your
docker-compose-langfuse.ymlfile, pull the latest version of the docker-compose-langfuse.yml file from the master branch of the repository. This updated file includes changes that may resolve the issue you're experiencing.Also, you can combine Docker Compose files when starting services:
This command merges the configurations from all specified Docker Compose files and brings up all the services together.
Please let me know if these steps resolve your issue. If the problem persists, feel free to reopen this issue or provide additional details, and I'll be happy to assist you further.
@MikeEffect commented on GitHub (Mar 31, 2025):
Hello. Thank you very much for the detailed answer :)