Expose containers from a certain docker network only

Hello!
My setup is pretty basic:
Traefik is running as a Docker container. All containers are on the same host.
I have exposedByDefault option enabled.
Is there an option to limit the new containers discovery to a certain docker network?
Like I have a network "web" and Traefik creates routes for new containers in only that network?