后端可视化调试

This commit is contained in:
yml2213
2026-04-14 00:21:32 +08:00
parent 0c2f2e0a12
commit fa36be6539
14 changed files with 617 additions and 34 deletions
+7
View File
@@ -77,6 +77,13 @@ docker compose -f docker-compose.dev.yml up -d --build
- 浏览器会话产物
- 截图和证明文件
`TENCENT_BROWSER_HEADLESS=false` 时,开发版后端容器会自动启动 `Xvfb + x11vnc + noVNC`
默认可直接在本机访问:
- `http://127.0.0.1:6080/vnc.html`
这样即使整个项目都跑在 Docker 里,也可以直接查看后端 Playwright 浏览器画面。
PostgreSQL 数据则保存在 Docker volume 里:
- `postgres_dev_data`