restructure services based on host machine
This commit is contained in:
13
nuc/traefik/custom/homeassistant.yml
Normal file
13
nuc/traefik/custom/homeassistant.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
http:
|
||||
routers:
|
||||
homeassistant-router:
|
||||
rule: "Host(`homeassistant.dudenhoeffer.casa`)"
|
||||
service: homeassistant-service
|
||||
|
||||
services:
|
||||
homeassistant-service:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: "http://192.168.0.197:8123"
|
||||
passHostHeader: true
|
Reference in New Issue
Block a user