rwadurian/backend/services/mpc-service
Developer 451185005f fix: 修复多个服务的 Docker 健康检查和构建配置
identity-service:
- 修复 HEALTHCHECK URL: /health → /api/v1/health

wallet-service:
- 修复 HEALTHCHECK URL: /health → /api/v1/health

leaderboard-service:
- 修复端口: 3000 → 3007
- 添加 HEALTHCHECK (/api/health)
- 添加非 root 用户 (nestjs)
- 添加 NODE_ENV=production

mpc-service:
- builder 阶段从 alpine 改为 slim (解决 Prisma 兼容性)
- 添加 OpenSSL 依赖到 builder 阶段
- 添加 wget 依赖
- HEALTHCHECK 从 node 脚本改为 wget

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-02 07:33:33 -08:00
..
database/migrations feat: 添加MPC多方计算服务模块 2025-11-27 17:31:43 -08:00
docs feat: 添加MPC多方计算服务模块 2025-11-27 17:31:43 -08:00
prisma fix(mpc-service): 修复PostgreSQL兼容性问题 2025-12-02 06:09:16 -08:00
src feat: 添加MPC多方计算服务模块 2025-11-27 17:31:43 -08:00
tests feat: 添加MPC多方计算服务模块 2025-11-27 17:31:43 -08:00
.env.example feat: 添加MPC多方计算服务模块 2025-11-27 17:31:43 -08:00
.gitignore feat: 添加MPC多方计算服务模块 2025-11-27 17:31:43 -08:00
Context(微服务)架构.jpg feat: 添加MPC多方计算服务模块 2025-11-27 17:31:43 -08:00
Dockerfile fix: 修复多个服务的 Docker 健康检查和构建配置 2025-12-02 07:33:33 -08:00
MPC-Service-Context-Complete-Specification.md feat: 添加MPC多方计算服务模块 2025-11-27 17:31:43 -08:00
deploy.sh feat(services): add individual deploy scripts for each service 2025-12-02 03:36:50 -08:00
docker-compose.yml feat: 添加MPC多方计算服务模块 2025-11-27 17:31:43 -08:00
nest-cli.json feat: 添加MPC多方计算服务模块 2025-11-27 17:31:43 -08:00
package-lock.json feat: 添加MPC多方计算服务模块 2025-11-27 17:31:43 -08:00
package.json feat: 添加MPC多方计算服务模块 2025-11-27 17:31:43 -08:00
tsconfig.json feat: 添加MPC多方计算服务模块 2025-11-27 17:31:43 -08:00
项目目录架构.jpg feat: 添加MPC多方计算服务模块 2025-11-27 17:31:43 -08:00