Merge branch 'refactor/backend-architecture' into development

This commit is contained in:
yangshilin
2026-03-18 17:18:23 +08:00
parent 2070a03d35
commit 48b70e1350
266 changed files with 12386 additions and 9690 deletions

View File

@@ -4,9 +4,9 @@ version: '3.8'
# 使用方法: docker-compose -f docker-compose.dev.yml up -d
services:
# PostgreSQL 数据库(使用最新版 17
# PostgreSQL 数据库(pg17 + pgvectormemory 模块需要 vector 类型
postgres:
image: postgres:17-alpine
image: pgvector/pgvector:pg17
container_name: life-echo-postgres-dev
ports:
- "5432:5432"