Multiple domains behind Traefik
Multiple domains behind Traefik
I am trying to find a way to have two separate domains associated with separate emails accessible through Traefik.
I have done some research but cannot figure it put. I tried creating a TCP router to accomplish this but it does not work.
Is there a better way to accomplish this?
2
comments
From your comments depending on how low maintaintance your other website is... you can probably host it via cloudflare pages and connect your domain to it.
1ReplyHave you added it to the entry points?
https://github.com/htpcBeginner/docker-traefik/blob/master/docker-compose-t2.yml under the Traefik section has it commented out. It's a big file but I just remember it having it. They set the domain names in an .env but you could just type it in.
1Reply