ci(traefik): add hermes dashboard route via file provider
This commit is contained in:
@@ -120,6 +120,16 @@ http:
|
|||||||
- common-chain@file
|
- common-chain@file
|
||||||
service: ml-zeavisedu-service
|
service: ml-zeavisedu-service
|
||||||
|
|
||||||
|
# ── Hermes Dashboard ──
|
||||||
|
hermes-dashboard:
|
||||||
|
rule: 'Host(`dashboard.asepharyana.my.id`)'
|
||||||
|
entryPoints:
|
||||||
|
- websecure
|
||||||
|
tls: {}
|
||||||
|
middlewares:
|
||||||
|
- common-chain@file
|
||||||
|
service: hermes-dashboard-service
|
||||||
|
|
||||||
services:
|
services:
|
||||||
hub-service:
|
hub-service:
|
||||||
loadBalancer:
|
loadBalancer:
|
||||||
@@ -180,3 +190,8 @@ http:
|
|||||||
loadBalancer:
|
loadBalancer:
|
||||||
servers:
|
servers:
|
||||||
- url: 'http://host.docker.internal:8200'
|
- url: 'http://host.docker.internal:8200'
|
||||||
|
|
||||||
|
hermes-dashboard-service:
|
||||||
|
loadBalancer:
|
||||||
|
servers:
|
||||||
|
- url: 'http://host.docker.internal:9119'
|
||||||
|
|||||||
Reference in New Issue
Block a user