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.
28 lines
624 B
28 lines
624 B
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=7003 |
|
- SO_APP.ENDPOINTADDRESS=192.168.110.36:7003 |
|
- SO_GRPC.ADDRESS=:7012 |
|
|
|
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
|
|
|