You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

42 lines
1.0 KiB

version: '3'
services:
svr-gateway-ws-1:
image: so_gateway_ws:1.0.0
network_mode: host
environment:
- SO_APP.HTTPPORT=7001
- SO_APP.ENDPOINTADDRESS=192.168.110.36:7001
- SO_GRPC.ADDRESS=:7011
svr-gateway-ws-2:
image: so_gateway_ws:1.0.0
network_mode: host
environment:
- SO_APP.HTTPPORT=7002
- SO_APP.ENDPOINTADDRESS=192.168.110.36:7002
- SO_GRPC.ADDRESS=:7012
svr-gateway-ws-3:
image: so_gateway_ws:1.0.0
network_mode: host
environment:
- SO_APP.HTTPPORT=7003
- SO_APP.ENDPOINTADDRESS=192.168.110.36:7003
- SO_GRPC.ADDRESS=:7013
svr-gateway-ws-4:
image: so_gateway_ws:1.0.0
network_mode: host
environment:
- SO_APP.HTTPPORT=7004
- SO_APP.ENDPOINTADDRESS=192.168.110.36:7004
- SO_GRPC.ADDRESS=:7014
svr-chat:
image: so_chat:1.0.0
network_mode: host
svr-auth:
image: so_auth:1.0.0
network_mode: host
svr-gatewat-http:
image: so_gateway_http:1.0.0
network_mode: host