Migrate to docker home assistant

This commit is contained in:
florian 2023-03-22 13:23:54 +01:00
parent dc56a2336b
commit 920ef55546
2 changed files with 27 additions and 14 deletions

View file

@ -1,14 +1 @@
http:
routers:
homeAssistant-secure:
entryPoints:
- https
rule: Host(`domo.mrdev023.fr`)
tls:
certResolver: sslResolver
service: homeAssistant
services:
homeAssistant:
loadBalancer:
servers:
- url: "http://172.17.0.1:8123/"
http: {}