Add Docker compose templates and configurations

This commit is contained in:
kelinfoxy
2026-03-17 17:29:50 -04:00
parent b28a11f619
commit 58306f7fe6
67 changed files with 738607 additions and 93 deletions

View File

@@ -0,0 +1,18 @@
http:
routers:
# Individual Services
homeassistant:
rule: "Host(`ha.kelinreij.duckdns.org`)"
entryPoints:
- websecure
service: homeassistant
tls:
certResolver: letsencrypt
services:
# Individual Services
homeassistant:
loadBalancer:
servers:
- url: "http://192.168.4.5:8123"
passHostHeader: true