Cant get traefik to redirect service from local network as i want

Hello!

This is (in my opinion) a bit tricky. Here is what i have:

  • standalone server that is hosting service (SRV A)
  • another server with traefik docker instance (duckdns and letsencrypt enabled) (SRV B)

What is working?

  • traefik is properly exposing all docker applications
  • SSL enabled

What is missing?

  • I dont know how to configure traefik on SRV B to expose non docker aplication served by SRV A

Example:

Site hosted on SRV A https://example.com/SRVA -> should go via traefik on SRV B docker and somehow internal network and be visible only via traefik.

traefik:v1.7.16

I would be pleased to read some hints.

Cheers,

Same here: