All microservices now use the shared rwa-network and connect to: - rwa-postgres: Shared PostgreSQL database server - rwa-redis: Shared Redis cache - rwa-kafka: Shared Kafka message broker Each service's docker-compose.yml now only defines the application container and uses `networks: external: true` to connect to the shared infrastructure defined in the root docker-compose.yml. This prevents duplicate infrastructure containers and ensures all services can communicate via Kafka and share the same Redis/PostgreSQL. Services updated: - admin-service - backup-service - blockchain-service - identity-service - leaderboard-service - mpc-service - presence-service 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| config | ||
| docs | ||
| prisma | ||
| src | ||
| tests | ||
| .env.example | ||
| .gitignore | ||
| Context(微服务)架构.jpg | ||
| Dockerfile | ||
| MPC-Service-Context-Complete-Specification.md | ||
| deploy.sh | ||
| docker-compose.yml | ||
| docker-entrypoint.sh | ||
| nest-cli.json | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.json | ||
| 项目目录架构.jpg | ||