Actualizando stacks

This commit is contained in:
2025-11-08 21:36:11 -03:00
parent cc93471cb0
commit 6abc71f90e
7 changed files with 114 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
http:
routers:
home-assistant-web:
rule: Host(`haos.skrd.fun`)
entryPoints:
- web
middlewares:
- local-only
- redirect-to-https
service: noop
home-assistant:
rule: Host(`haos.skrd.fun`)
entryPoints:
- websecure
service: home-assistant-svc
tls:
certResolver: cf
middlewares:
- local-only
services:
home-assistant-svc:
loadBalancer:
servers:
- url: "http://192.168.3.6:8123"
noop:
loadBalancer:
servers:
- url: "http://0.0.0.0"