3 Commits

Author SHA1 Message Date
zy
77eff4a9df fix: 修复 Docker 环境中的僵尸进程问题 (#355)
在 Docker 环境中,当应用作为 PID 1 运行时,无法自动回收子进程。
go-rod 启动的 Chrome 浏览器及其子进程在关闭时会变成僵尸进程。

解决方案:
- 在 docker-compose.yml 中添加 init: true 配置
- Docker 会使用 tini/dumb-init 作为 init 进程
- init 进程会自动回收僵尸进程

此修复方案已由 issue 报告者验证有效。

Fixes #351

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-27 14:38:07 +08:00
zy
3f36e7b42e docs: 添加阿里云镜像源使用说明 (#320)
- README 新增阿里云镜像源拉取章节
- README 添加 Docker Compose 切换镜像源提示
- docker-compose.yml 添加阿里云镜像注释

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude <noreply@anthropic.com>
2025-12-07 16:38:58 +08:00
zy
9fcc7402b6 update docker config file (#159)
* update dockerfile, use cn mirrors

* deploy: update docker deploy config

更新 docker 配置文件。
1. 切换到 ubuntu,能测试成功;debian 测试有问题,先用 ubuntu 吧。
2. 增加国内源,优化编译+系统安装的速度。
3. 切换成 chrome 浏览器。

* mv docker compose config file

* update docker compose
2025-09-25 23:41:52 +08:00