letta-ai / letta

Letta (formerly MemGPT) is a framework for creating LLM services with memory.
https://letta.com
Apache License 2.0
12.08k stars 1.34k forks source link

I encountered an error when I ran `docker-compose up` #1761

Open Tuxaios opened 1 month ago

Tuxaios commented 1 month ago

It looks like you're trying to rename your Docker Compose file to compose.yaml and encountering errors.

I renamed my compose file to compose.yaml and when I run docker-compose up, I get the following error: Error: no "compose" mailcap rules found for type "cannot open `up' (No such file or directory)" Also, I receive this error: ERROR: The Compose file './docker-compose.yaml' is invalid because: Unsupported config option for services: 'memgpt_nginx'

I'm using Docker Compose version 1.25.0, and my system is Ubuntu 20.04. The reason I chose to rename the file to compose.yaml is that my system drive has limited space, and I need to set it up on another drive.

WX20240920-234603 WX20240920-235421

Tuxaios commented 1 month ago

@cpacker Father, please

sarahwooders commented 1 month ago

Since it looks like a nginx configuration issue, you could just comment out the memgpt_nginx section of your YAML file - let me know if that doesn't work though.

Tuxaios commented 1 month ago

Since it looks like a nginx configuration issue, you could just comment out the memgpt_nginx section of your YAML file - let me know if that doesn't work though.

Thank you for your reply. I have commented out the memgpt_nginx section and ran docker-compose up again, but I encountered another error: ERROR: The Compose file './docker-compose.yaml' is invalid because: Unsupported config option for services: 'memgpt_db'. I'm wondering if I might have missed some steps. QQ20240921-133704 QQ20240921-133721