20 lines
388 B
YAML
20 lines
388 B
YAML
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"
|