Hey,
I want to deploy my traefik globally and all of my nodes have public and private IPs. I want to do port publishs in mode: host and I want to bind the same port on different IPs for different entrypoints.
Basically, what I want to achieve is target: {{ .Node.IP.public }}:80. The IPs are available as node labels. But I don’t think there is a way to use node labels in the stack file, aight?