I am using the docker container for traefik v3.3 in a docker compose file w/labels. When i start the docker compose, only some of my routers for some containers are being created. I delayed the start for the traefik container by making it depend on another docker container and then all my routes were created. The experience im having above was on MacOS (Apple Silicon) and i tend to have fewer issues when running the same docker compose (without delay) on linux/ubuntu/intel. i ran with debug logs and didn't see any obvious errors. Any thoughts?
Share your Traefik static and dynamic config, and Docker compose file(s).