Route frigate.othrayte.one to internal frigate instance

This commit is contained in:
2025-10-04 14:18:16 +10:00
parent d64fec4bc0
commit facc3c64b2

View File

@@ -138,6 +138,11 @@ http:
service: unraid
middlewares:
- auth
frigate:
rule: "Host(`frigate.othrayte.one`)"
service: frigate
middlewares:
- auth
services:
nomad-ui:
@@ -152,6 +157,10 @@ http:
loadBalancer:
servers:
- url: "http://192.168.1.192:80"
frigate:
loadBalancer:
servers:
- url: "http://192.168.1.192:5000"
EOF
destination = "local/configs/nomad.yml"