release(main): 集成 nginx 移除里程碑

This commit is contained in:
Cheng Zhou
2026-03-30 21:03:35 +08:00
parent 956c47218e
commit 5677f6823a
22 changed files with 287 additions and 160 deletions
@@ -163,7 +163,7 @@ Expected: migrations run successfully and the protected admin is ensured.
**Step 4: Validate service health**
Run: `docker compose up -d`
Expected: `db`, `backend`, and `nginx` start successfully.
Expected: `db`, `backend`, and `frontend` start successfully.
Run: `curl -i http://127.0.0.1/health`
Run: `curl -i http://127.0.0.1:8000/health`
Expected: `200 OK`