Open
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!