rwadurian/backend/services/wallet-service
Developer c2b44eef29 fix(services): add OpenSSL 1.1 compatibility for Prisma in Alpine
Prisma engine requires libssl.so.1.1 which is not available in Alpine
Linux by default (Alpine uses OpenSSL 3.x). Added openssl1.1-compat
package to all service Dockerfiles.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-02 04:03:15 -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(services): add OpenSSL 1.1 compatibility for Prisma in Alpine 2025-12-02 04:03:15 -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