Files
framework-ignition-docker/reference/Docker/traefik-config/dynamic.yml
2026-03-17 09:10:25 -05:00

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"