- I am using traefik community as an ingress controller for a docker-compose environment.
- I am using --profile=foo or --profile=bar or --profile=baz to determine which services start
- When I docker compose --profile foo up, traefik compains:
traefik | time="2023-09-07T15:56:02Z" level=error msg="the service "baz@file" does not exist" entryPointName=web routerName=baz@file
Is this preventable or a misconfiguration, or just due to (purposely) not all the services running, this is logged and can be ignored?
Thanks!