docker compose for `rest-api` profile fails
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 2
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Error:
service "python-api" depends on undefined service "minio": invalid compose project
Reproduction:
- Cloned fresh
servicesrepo - Ran
docker compose --profile rest-api up -d - Got the error above
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the repository's Docker Compose configuration and reproduce the issue with docker compose --profile rest-api up -d. Trace the python-api dependency declarations and the services available to the rest-api profile. Done means the profile starts without an undefined-service error and the reported local setup works.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, docker-compose
- Domain
- devops
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100