Skip to content

[FEATURE REQUEST] Docker Compose stack updates #5338

Description

@luanfernandes

Please confirm these before moving forward.

  • I have searched for my feature proposal and have not found a work-in-progress/duplicate/resolved/discarded issue.
  • This proposal is a completely new feature. If you want to suggest an improvement or an enhancement, please use this template.

Describe the new feature

It would be useful if UniGetUI could manage updates for local Docker Compose stacks.

The basic idea would be to treat each Compose project as one package. UniGetUI could scan one or more configured directories for:

compose.yaml
compose.yml
docker-compose.yml

For example:

C:\docker\n8n
C:\docker\speakr

Each stack could then appear under Software Updates, for example:

n8n       Update available - 1 image
Speakr    Update available - 2 images

Updating a stack could essentially run:

docker compose pull
docker compose up -d

from that project's directory.

One important detail is update detection. Many Docker images use tags such as latest, so comparing version/tag strings is not enough. Ideally, UniGetUI would compare the local image digest with the current remote digest.

A minimal initial implementation could support:

  • Configurable Compose stack directories
  • Automatic stack discovery
  • Detection of updated images
  • Updating the whole stack
  • Showing Docker Compose output/errors
  • Ignoring or marking services that only use build:

I would avoid stack deletion, volume deletion, or similar destructive operations initially.

If it fits UniGetUI's package-manager architecture, Docker Compose could potentially be implemented as another manager, with each Compose project representing one installed package.

Using the existing Docker CLI would also mean Docker Desktop credentials and private registry authentication should continue working normally.

The goal would be to let UniGetUI act as a single update dashboard for both normal Windows applications and locally hosted Docker services.

Describe how this new feature could help users

Unified updates as the project suggests :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    new-featureA new feature that could be useful in WingetUI

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions