-
-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Labels
featureDefinition of a feature to be implementedDefinition of a feature to be implementedsecondary-featureA low priority featureA low priority feature
Description
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!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureDefinition of a feature to be implementedDefinition of a feature to be implementedsecondary-featureA low priority featureA low priority feature