Skip to content

Support for docker compose service that uses multiple files (like -f docker-compose.yml -f .devcontainer/docker-compose.dev.yml) #694

@epicwhale

Description

@epicwhale

Describe the bug
In a compose project folder, If i launch a docker composer service by merging one or more files, i.e using -f

docker compose -f docker-compose.yml -f .devcontainer/docker-compose.dev.yml up

and lazydocker only seems to identify "Services" in the docker-compose.yml file and shows the ones from the second file as standalone containers.

Is there a way to keep this consistent with the compose launched?

Expected behaviour
show all containers under the same one service when multiple files are used via -f

Desktop (please complete the following information):

  • OS: ubuntu
  • Lazydocker Version [e.g. v0.1.45]
Version: 0.24.1
Date: 2024-11-23T06:24:22Z
BuildSource: homebrew
Commit:
OS: linux
Arch: amd64

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions