Skip to content

Docker stack deploy multiple node container resolving #141

Open
@FabianSchurig

Description

@FabianSchurig

In #80 there was the following observation:

Not related to your question but as you are using docker stack deploy then you are using docker swarm, you must be aware DPS will solve just containers started at the current machine, it will not solve containers from others cluster nodes.

I think it would be cool to add support for multiple nodes. Configurable like traefik, with labels in the following way:

    deploy:
      labels:
        - "dps.network=web"
        - "dps.enable=true"
        - "dps.hostname=Host:subdomain.domain.com"
        - "dps.port=8080"
        - "dps.tags=public"

Thanks in advance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureDefinition of a feature to be implementedsecondary-featureA low priority feature

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions