replace with docker compose

This commit is contained in:
Kevin
2026-03-25 17:40:04 +08:00
parent 56c67871dd
commit 805da8d789
9 changed files with 30 additions and 30 deletions

View File

@@ -58,7 +58,7 @@ uv sync --dev
# 参考 api/README.md 中的环境变量配置说明
# 4. 启动 PostgreSQL 和 Redis
docker-compose -f docker-compose.dev.yml up -d
docker compose -f docker-compose.dev.yml up -d
# 5. 数据库迁移
# uv run alembic upgrade head