Change routing to use subdomains

This commit is contained in:
2025-04-29 20:14:58 +10:00
parent c158757661
commit aab7efb5c3
5 changed files with 69 additions and 38 deletions

View File

@@ -14,7 +14,7 @@ job "demo-webapp" {
tags = [
"traefik.enable=true",
"traefik.http.routers.http.rule=Path(`/myapp`)",
"traefik.http.routers.http.rule=Host(`demo-webapp.othrayte.one`)",
]
check {