chore: update infrastructure configs, audit docs, and env template
- Update Docker Compose configs for Redis, Typesense, and MinIO services - Update GitHub Actions deploy workflow with improved caching and steps - Extend .env.example with Stringee, Zalo OA, and FCM config keys - Update audit documentation with latest findings and recommendations - Update CHANGELOG and README with recent feature additions Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
@@ -7,7 +7,7 @@ Vietnam's intelligent real estate platform — property search, AI-powered valua
|
||||
| Layer | Technology |
|
||||
|-------|-----------|
|
||||
| **Backend** | NestJS 11, TypeScript, Prisma ORM, CQRS |
|
||||
| **Frontend** | Next.js 14, React 18, Tailwind CSS, Zustand |
|
||||
| **Frontend** | Next.js 15, React 18, Tailwind CSS, Zustand |
|
||||
| **Database** | PostgreSQL 16 + PostGIS 3.4 |
|
||||
| **Search** | Typesense 27 |
|
||||
| **Cache/Queue** | Redis 7 |
|
||||
@@ -21,7 +21,7 @@ Vietnam's intelligent real estate platform — property search, AI-powered valua
|
||||
|
||||
```
|
||||
┌─────────────┐ ┌──────────────┐ ┌──────────────────┐
|
||||
│ Next.js 14 │────▶│ NestJS API │────▶│ PostgreSQL + │
|
||||
│ Next.js 15 │────▶│ NestJS API │────▶│ PostgreSQL + │
|
||||
│ (Web App) │ │ (REST) │ │ PostGIS │
|
||||
└─────────────┘ └──────┬───────┘ └──────────────────┘
|
||||
│
|
||||
|
||||
Reference in New Issue
Block a user