🚧 模型部署在 GitHub 上,如果你使用境内 VPS 运行容器,请确保你已经妥善处理了网桥和代理问题。

Quick start

  1. New project directory

    mkdir /home/epic && cd /home/epic
    
  2. Orchestrate container

  3. Edit your environment

    Add the required configuration

    Secrets Required Description
    EPIC_EMAIL yes epic-games email
    EPIC_PASSWORD yes epic-games password
    <pendnig> optional

    Check your volumes

    Directory Description
    /home/epic/user_data_dir record_video_dir and browser context
    /home/epic/logs logs_dir
  4. Try to run compose

    docker compose up
    
  5. Development

    fish 镜像仅包含 epic-game cliam 单阶段任务,你需要配合你的基础设施实现:

    1. 定时运行

      每天运行一次

    2. 超时熔断

      一般情况下,claim 任务在 2 分钟内完成,你可以让容器至多持续运行10分钟,超时则中断执行,销毁容器。

    3. 确保每次运行都拉取/使用最新版本镜像

What’s next

🌟 为项目点个赞叭!不要做世人痛恨的伸手党噢 (o゜▽゜)o☆ ❓ 任何有关本项目的问题都可以在项目议题中留言o((>ω< ))o

🌟 为项目点个赞叭!不要做世人痛恨的伸手党噢 (o゜▽゜)o☆ ❓ 任何有关本项目的问题都可以在项目议题中留言o((>ω< ))o

Demonstration

Apprise Notify

Common Issues