fix testbox admin console proxy
This commit is contained in:
parent
26765232ec
commit
a991b7426d
@ -186,7 +186,6 @@ LIKEI_GATEWAY_ROUTE_ORDER_URI=http://order:2600
|
|||||||
LIKEI_GATEWAY_ROUTE_WALLET_URI=http://wallet:2000
|
LIKEI_GATEWAY_ROUTE_WALLET_URI=http://wallet:2000
|
||||||
LIKEI_GATEWAY_ROUTE_LIVE_URI=http://live:2500
|
LIKEI_GATEWAY_ROUTE_LIVE_URI=http://live:2500
|
||||||
LIKEI_GATEWAY_ROUTE_OTHER_URI=http://other:2400
|
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_GO_URI=http://golang:2900
|
||||||
LIKEI_GATEWAY_ROUTE_INVITE_PUBLIC_URI=http://golang:2900
|
LIKEI_GATEWAY_ROUTE_INVITE_PUBLIC_URI=http://golang:2900
|
||||||
LIKEI_GATEWAY_ROUTE_INVITE_APP_URI=http://golang:2900
|
LIKEI_GATEWAY_ROUTE_INVITE_APP_URI=http://golang:2900
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
encode zstd gzip
|
encode zstd gzip
|
||||||
|
|
||||||
@console path /console /console/*
|
@console path /console /console/*
|
||||||
reverse_proxy @console gateway:8080
|
reverse_proxy @console console:2700
|
||||||
|
|
||||||
reverse_proxy admin:8080
|
reverse_proxy admin:8080
|
||||||
}
|
}
|
||||||
|
|||||||
@ -284,6 +284,8 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
gateway:
|
gateway:
|
||||||
condition: service_started
|
condition: service_started
|
||||||
|
console:
|
||||||
|
condition: service_started
|
||||||
admin:
|
admin:
|
||||||
condition: service_started
|
condition: service_started
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user