Hi all,
I'm new to Traefik and experimenting with it. I was amazed on how simple it can get used.
I have now the challenge that I need to split my docker applications on multiple hosts and cannot use kubernetes or swarm. I need to run such applications on different hosts. My setup would look like:
---host1_docker-app1
/
host_traefik
\
---host2_docker-app2
Like said: The docker daemons are independent.
Of cause I can use Traefik as a pure reverse proxy and bind everything manually (on IP layer). As I would like to reuse the label configs I was wondering if Traefik could detect the other docker application by using a common overlay network automatically or is there something else?
Any hints on that?