From 39765e478247dbd523d357bec7a9586e053dc80b Mon Sep 17 00:00:00 2001 From: zly <644706215@qq.com> Date: Wed, 14 Jan 2026 14:42:27 +0800 Subject: [PATCH] docs: update fix plan with network configuration fix --- @fix_plan.md | 1 + 1 file changed, 1 insertion(+) diff --git a/@fix_plan.md b/@fix_plan.md index 5344347..3d083ff 100644 --- a/@fix_plan.md +++ b/@fix_plan.md @@ -107,6 +107,7 @@ - [x] **2025-01-14 #8**: Full Deployment Success - Fixed all build/runtime errors and successfully deployed `bttoxin-pipeline` container. - [x] **2025-01-14 #9**: Backend Internationalization - Implemented i18n infrastructure and localized API responses. - [x] **2025-01-14 #10**: Documentation Update - Updated AGENTS.md and DOCKER_DEPLOYMENT.md with new architecture (Postgres/Redis) and deployment steps. +- [x] **2025-01-14 #11**: Network Fix - Switched Docker network from `traefik-network` to `frontend` to ensure connectivity with main Traefik proxy. ## 参考文档