Been digging on the internet for some time now but can't seem to find the answer to this question:
I want to be able to use ENV for router names, as I'm deploying several different instances doing the same thing, but with different routes. I'm currently testing on Traefik V3.0 (beta3). Basically;
Traefik does not support templating everywhere. But Docker compose itself can do templating, maybe that helps. Not sure if it works for labels, though. See for example here.