Skip to content

Feature Request: Global Override #40

@dariusaurius

Description

@dariusaurius

Hi,

I would really love to see a possibility to give all my compose files a value, e.g. a label for whats-up-docker, or set my restart policy without needing to edit it for each container every time.
Something like this:

services:
    app:
        labels:
          wud.tag.include: ^\d+$$
          wud.watch.digest: true

I'm aware this could be a little bit tricky, since the serivce name can be or is individual for each container. Maybe a wildcard could be used, e.g.:

services:
    *:
        labels:
            wud.tag.include: ^\d+$$
            wud.watch.digest: true

This wildcard would open so much possibilties:

services:
   *-conf2:
        labels:
            wud.tag.include: *
            wud.watch.digest: false

This could be the game changer for the overwrite feature :-)

Regards

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions