fix(mpc-system): 开发模式添加 message-router gRPC 端口映射

添加 50051:50051 端口映射,使开发模式与生产模式保持一致

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
hailin 2025-12-29 00:56:04 -08:00
parent e78b6e6dcb
commit 40a257e55c
1 changed files with 2 additions and 1 deletions

View File

@ -91,7 +91,8 @@ services:
dockerfile: services/message-router/Dockerfile
container_name: mpc-message-router
ports:
- "8082:8080" # WebSocket for external connections
- "50051:50051" # gRPC for party connections
- "8082:8080" # HTTP for health checks
environment:
TZ: Asia/Shanghai
MPC_SERVER_GRPC_PORT: 50051