feat(traefik): add semaphore dynamic config with dual hostnames
- semaphore.local.mk-labs.cloud - imagineering.local.mk-labs.cloud - Backend: figment:3000 - Cloudflare certResolver + security-headers
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
http:
|
||||
routers:
|
||||
semaphore:
|
||||
rule: "Host(`semaphore.local.mk-labs.cloud`)"
|
||||
rule: "Host(`semaphore.local.mk-labs.cloud`) || Host(`imagineering.local.mk-labs.cloud`)"
|
||||
entryPoints:
|
||||
- websecure
|
||||
service: semaphore
|
||||
@@ -14,4 +14,4 @@ http:
|
||||
semaphore:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: "http://imagineering.local.mk-labs.cloud:3000"
|
||||
- url: "http://figment.local.mk-labs.cloud:3000"
|
||||
|
||||
Reference in New Issue
Block a user