Traefik redirect to port on host

Hello,
I have a traefik and I want to redirect requests to localhost:8080 of my host (traefik is in a docker-compose)
I see something like network_mode: host but I need to have other networks to able traefik manage others containers. How, in docker-compose, can I make localhost:8080 hit my host and not my container port ?