diff --git a/traefik/dynamic/homeassistant.yml b/traefik/dynamic/homeassistant.yml new file mode 100644 index 0000000..1248bff --- /dev/null +++ b/traefik/dynamic/homeassistant.yml @@ -0,0 +1,13 @@ +http: + routers: + homeassistant: + rule: "Host(`ha.ykz.app`)" + tls: + certResolver: le + service: homeassistant + services: + homeassistant: + loadBalancer: + servers: + - url: "http://192.168.2.200:8123" +