From a991b7426d2633a9f4cf31ecbf3c396b918e2bd5 Mon Sep 17 00:00:00 2001 From: z Date: Tue, 5 May 2026 20:51:51 +0800 Subject: [PATCH] fix testbox admin console proxy --- testbox/.env.example | 1 - testbox/Caddyfile | 2 +- testbox/docker-compose.apps.yml | 2 ++ 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/testbox/.env.example b/testbox/.env.example index 34b88fb..c99b334 100644 --- a/testbox/.env.example +++ b/testbox/.env.example @@ -186,7 +186,6 @@ LIKEI_GATEWAY_ROUTE_ORDER_URI=http://order:2600 LIKEI_GATEWAY_ROUTE_WALLET_URI=http://wallet:2000 LIKEI_GATEWAY_ROUTE_LIVE_URI=http://live:2500 LIKEI_GATEWAY_ROUTE_OTHER_URI=http://other:2400 -LIKEI_GATEWAY_ROUTE_CONSOLE_URI=http://console:2700 LIKEI_GATEWAY_ROUTE_GO_URI=http://golang:2900 LIKEI_GATEWAY_ROUTE_INVITE_PUBLIC_URI=http://golang:2900 LIKEI_GATEWAY_ROUTE_INVITE_APP_URI=http://golang:2900 diff --git a/testbox/Caddyfile b/testbox/Caddyfile index 508ce73..953c7f6 100644 --- a/testbox/Caddyfile +++ b/testbox/Caddyfile @@ -11,7 +11,7 @@ encode zstd gzip @console path /console /console/* - reverse_proxy @console gateway:8080 + reverse_proxy @console console:2700 reverse_proxy admin:8080 } diff --git a/testbox/docker-compose.apps.yml b/testbox/docker-compose.apps.yml index 10149a7..e49f3b3 100644 --- a/testbox/docker-compose.apps.yml +++ b/testbox/docker-compose.apps.yml @@ -284,6 +284,8 @@ services: depends_on: gateway: condition: service_started + console: + condition: service_started admin: condition: service_started environment: