Docker打包

This commit is contained in:
2026-06-11 23:06:29 +08:00
parent ddcc7262b6
commit 8b54706ae7
15 changed files with 637 additions and 45 deletions
+22
View File
@@ -0,0 +1,22 @@
# ==========================================
# Site Accounts Configuration (容器部署版)
# ==========================================
# 容器内路径约定:
# - user_data_dir 必须位于 /app/chrome-profile/ 下(compose 已挂载持久化卷)
# - 本文件由 compose 挂载到 /app/config/accounts.yaml,可在 http://<host>:8080/accounts 在线编辑
#
# 代理注意:容器内 127.0.0.1 指向容器自身!
# - 代理跑在宿主机时,使用 http://host.docker.internal:<port>(compose 已配置 host-gateway)
# - 或直接填写代理服务器的内网/公网地址
sites:
surugaya:
- account_id: "trdian023@tokugen.jp"
username: "trdian023@tokugen.jp"
password: "trdian023.."
user_data_dir: "/app/chrome-profile/787235076"
proxy: ""
# Future sites can be appended here
mercari: []
yahoo: []