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> |
||
|---|---|---|
| .. | ||
| .claude | ||
| api-gateway | ||
| infrastructure | ||
| mpc-system | ||
| services | ||