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:
|
http:
|
||||||
routers:
|
routers:
|
||||||
semaphore:
|
semaphore:
|
||||||
rule: "Host(`semaphore.local.mk-labs.cloud`)"
|
rule: "Host(`semaphore.local.mk-labs.cloud`) || Host(`imagineering.local.mk-labs.cloud`)"
|
||||||
entryPoints:
|
entryPoints:
|
||||||
- websecure
|
- websecure
|
||||||
service: semaphore
|
service: semaphore
|
||||||
@@ -14,4 +14,4 @@ http:
|
|||||||
semaphore:
|
semaphore:
|
||||||
loadBalancer:
|
loadBalancer:
|
||||||
servers:
|
servers:
|
||||||
- url: "http://imagineering.local.mk-labs.cloud:3000"
|
- url: "http://figment.local.mk-labs.cloud:3000"
|
||||||
|
|||||||
Reference in New Issue
Block a user