rwadurian/backend/services/wallet-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
..
docs feat(wallet-service): Implement complete wallet service with DDD architecture 2025-11-30 09:13:57 -08:00
prisma feat(wallet-service): Implement complete wallet service with DDD architecture 2025-11-30 09:13:57 -08:00
src feat(wallet-service): Implement complete wallet service with DDD architecture 2025-11-30 09:13:57 -08:00
test feat(wallet-service): Implement complete wallet service with DDD architecture 2025-11-30 09:13:57 -08:00
.env.example feat(wallet-service): Implement complete wallet service with DDD architecture 2025-11-30 09:13:57 -08:00
.gitignore feat(wallet-service): Implement complete wallet service with DDD architecture 2025-11-30 09:13:57 -08:00
Dockerfile fix: 修复多个服务的 Docker 健康检查和构建配置 2025-12-02 07:33:33 -08:00
deploy.sh feat(services): add individual deploy scripts for each service 2025-12-02 03:36:50 -08:00
nest-cli.json feat(wallet-service): Implement complete wallet service with DDD architecture 2025-11-30 09:13:57 -08:00
package.json feat(wallet-service): Implement complete wallet service with DDD architecture 2025-11-30 09:13:57 -08:00
tsconfig.build.json feat(wallet-service): Implement complete wallet service with DDD architecture 2025-11-30 09:13:57 -08:00
tsconfig.json feat(wallet-service): Implement complete wallet service with DDD architecture 2025-11-30 09:13:57 -08:00