[GH-ISSUE #9] [Bug]: Invalid interpolation format for "entrypoint" option in service "minio" #5

Closed
opened 2026-06-06 22:07:52 -04:00 by yindo · 2 comments
Owner

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

  1. docker-compose -f docker-compose.yml up -d
  2. docker-compose -f docker-compose-langfuse.yml up -d
  3. docker-compose -f docker-compose-observability.yml up -d

System Configuration

Deployment Type:

  • Docker Compose

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:

    • RAM: 24GB
    • CPU: 8 cores
    • Disk Space: 60GB free

Active Integrations:

  • LLM Provider: OpenAI & Anthropic

Logs and Artifacts

No response

Screenshots or Recordings

No response

Verification

  • I have checked that this issue hasn't been already reported
  • I have provided all relevant configuration files (with sensitive data removed)
  • I have included relevant logs and error messages
  • I am running the latest version of PentAGI
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 1. `docker-compose -f docker-compose.yml up -d` 2. `docker-compose -f docker-compose-langfuse.yml up -d` 3. `docker-compose -f docker-compose-observability.yml up -d` ### System Configuration **Deployment Type:** - Docker Compose **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: - RAM: 24GB - CPU: 8 cores - Disk Space: 60GB free **Active Integrations:** - LLM Provider: OpenAI & Anthropic ### Logs and Artifacts _No response_ ### Screenshots or Recordings _No response_ ### Verification - [x] I have checked that this issue hasn't been already reported - [x] I have provided all relevant configuration files (with sensitive data removed) - [x] I have included relevant logs and error messages - [x] I am running the latest version of PentAGI
yindo added the bug label 2026-06-06 22:07:52 -04:00
yindo closed this issue 2026-06-06 22:07:52 -04:00
Author
Owner

@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.yml file, 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:

docker-compose -f docker-compose.yml -f docker-compose-langfuse.yml -f docker-compose-observability.yml up -d

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.

<!-- gh-comment-id:2758727634 --> @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.yml` file, pull the latest version of the [docker-compose-langfuse.yml](https://github.com/vxcontrol/pentagi/blob/master/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: ``` docker-compose -f docker-compose.yml -f docker-compose-langfuse.yml -f docker-compose-observability.yml up -d ``` 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.
Author
Owner

@MikeEffect commented on GitHub (Mar 31, 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.yml file, 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:

docker-compose -f docker-compose.yml -f docker-compose-langfuse.yml -f docker-compose-observability.yml up -d

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.

Hello. Thank you very much for the detailed answer :)

<!-- gh-comment-id:2765759630 --> @MikeEffect commented on GitHub (Mar 31, 2025): > Hello [@MikeEffect](https://github.com/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](https://github.com/vxcontrol/pentagi/pull/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.yml` file, pull the latest version of the [docker-compose-langfuse.yml](https://github.com/vxcontrol/pentagi/blob/master/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: > > ``` > docker-compose -f docker-compose.yml -f docker-compose-langfuse.yml -f docker-compose-observability.yml up -d > ``` > > 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. Hello. Thank you very much for the detailed answer :)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: vxcontrol/pentagi#5