Began Framework start
This commit is contained in:
19
reference/Docker/traefik-config/dynamic.yml
Normal file
19
reference/Docker/traefik-config/dynamic.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
http:
|
||||
routers:
|
||||
PCTPgateway:
|
||||
rule: "Host(`PCTestingPlatform.localtest.me`)"
|
||||
service: "PCTPgateway"
|
||||
entryPoints:
|
||||
- "web"
|
||||
|
||||
dashboard:
|
||||
rule: "Host(`pctp-proxy.localtest.me`)"
|
||||
service: "api@internal"
|
||||
entryPoints:
|
||||
- "web"
|
||||
|
||||
services:
|
||||
PCTPgateway:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: "http://PCTPgateway:8088"
|
||||
Reference in New Issue
Block a user