docs: 添加 AGENTS.md 并更新 Phase1 实施计划

Made-with: Cursor
This commit is contained in:
bujinyuan
2026-02-28 10:33:34 +08:00
parent 7dc8a27c89
commit 37d206d556
2 changed files with 102 additions and 2 deletions

View File

@@ -70,7 +70,7 @@ version: '3.8'
services:
postgres:
image: postgres:17-alpine
image: postgres:17
container_name: echochat-postgres
environment:
POSTGRES_DB: echochat
@@ -88,7 +88,7 @@ services:
retries: 5
redis:
image: redis:7-alpine
image: redis:7
container_name: echochat-redis
ports:
- "6379:6379"