first of all I really like Traefik and I use it for quite a while. Yesterday I upgraded to version two and I really appreciate the effort the whole Traefik Team put in the software.
Here my problem: I have a service named 'api' which i cannot rename. I use docker-compose in my setup and would like to make use of the dashboard api. On default my routes are called like the services in docker-compose. How would I go about handling the naming collision?
api:
image: api:latest
container_name: api
labels:
- traefik.http.routers.api.rule=Host(`api.example.org`)
In this example the routers.api refers to the dashboard api.
And one more question. How can I set the dashboard on one of my subdomains, like dashboard.website.com.