mudler / mudler/LocalAGI

service "postgres" refers to undefined volume postgres_data: invalid compose project

Open Beginner friendly
#465 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Go
Stars
2k
Forks
291
Avg merge
30m
Merged PRs (30d)
3

Description

/home/LocalAGI$ docker compose -f docker-compose.nvidia.yaml up
service "postgres" refers to undefined volume postgres_data: invalid compose project

The GPU compose doesn't work, but the CPU compose works just fine. I bet this is just a quick fix, but somehow it worked for me a month ago, and now it isn't.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by comparing docker-compose.nvidia.yaml with the working CPU compose file, focusing on the postgres service and its postgres_data volume declaration. Run docker compose -f docker-compose.nvidia.yaml config or up to verify the invalid-project error is gone; done means the GPU compose loads successfully without the undefined-volume error.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, docker-compose
Domain
devops, infrastructure
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Quiet
Clarity
Clearly specified
Newbie friendliness
76/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.