fix testbox admin console proxy

This commit is contained in:
z 2026-05-05 20:51:51 +08:00
parent 26765232ec
commit a991b7426d
3 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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
}

View File

@ -284,6 +284,8 @@ services:
depends_on:
gateway:
condition: service_started
console:
condition: service_started
admin:
condition: service_started
environment: