refactor(web-client-tpos): dashboard data-driven, 2-level sidebar, fix YARP 502 in Docker

This commit is contained in:
Ho Ngoc Hai
2026-02-28 03:51:51 +07:00
parent 07dc82ad49
commit a1e27aca46
7 changed files with 462 additions and 184 deletions

View File

@@ -1282,6 +1282,12 @@ services:
# EN: IAM Service Communication
# VI: Giao tiếp IAM Service
- IamService__BaseUrl=http://iam-service-net:8080
# EN: YARP Reverse Proxy — override cluster addresses for Docker network
# VI: YARP Reverse Proxy — override địa chỉ cluster cho Docker network
- ReverseProxy__Clusters__iam-cluster__Destinations__destination1__Address=http://iam-service-net:8080
- ReverseProxy__Clusters__merchant-cluster__Destinations__destination1__Address=http://merchant-service-net:8080
- ReverseProxy__Clusters__catalog-cluster__Destinations__destination1__Address=http://catalog-service-net:8080
- ReverseProxy__Clusters__order-cluster__Destinations__destination1__Address=http://order-service-net:8080
ports:
- "3001:8080"
depends_on: