概要

フル名
docker.io/trieve/firecrawl
Registry
docker.io
名前空間
trieve
リポジトリ
firecrawl
キャッシュ Tag 数
23
最終同期
07/06/2026, 04:02 AM

概要

Firecrawl 网页抓取与结构化提取 API 镜像,将 URL 转为 Markdown/JSON 供 RAG 索引,适合 AI 知识库数据采集。

詳細

trieve/firecrawl 运行 Firecrawl 抓取 HTTP 服务,接收 URL 请求执行 headless 渲染与内容提取,输出 Markdown 或结构化 JSON。定位为 Web 抓取 API 服务,配置 Redis 队列与 API key;K8s Deployment 内网 RAG 数据采集管道。

快速启动

docker run -d --name firecrawl \
  -p 3002:3002 \
  -e REDIS_URL=redis://redis:6379 \
  docker.io/trieve/firecrawl:latest

推荐实践

docker run -d --name firecrawl \
  --restart unless-stopped \
  -p 3002:3002 \
  -e REDIS_URL=redis://redis.internal:6379 \
  -e FIRECRAWL_API_KEY=changeme \
  docker.io/trieve/firecrawl:1.0.0

核心参数说明

  • -p 3002:3002 — Firecrawl REST API
  • -e REDIS_URL — 任务队列 Redis
  • -e FIRECRAWL_API_KEY — API 认证密钥(高敏
  • 合规 — 遵守目标站点 robots.txt

Kubernetes

apiVersion: apps/v1
kind: Deployment
metadata:
  name: firecrawl
spec:
  replicas: 2
  selector:
    matchLabels:
      app: firecrawl
  template:
    metadata:
      labels:
        app: firecrawl
    spec:
      containers:
        - name: firecrawl
          image: docker.io/trieve/firecrawl:1.0.0
          ports:
            - containerPort: 3002
          envFrom:
            - secretRef:
                name: firecrawl-env
---
apiVersion: v1
kind: Service
metadata:
  name: firecrawl
spec:
  selector:
    app: firecrawl
  ports:
    - port: 3002
      targetPort: 3002

Redis 独立 Deployment;Rate limit 与内网 RBAC。

Tagアーキテクチャプッシュ日時サイズDigest同期期望操作
docker.io/trieve/firecrawl
:v0.0.55
linux/amd64
2025/04/02 04:57901.3 MBsha256:60ac889fa97f
docker.io/trieve/firecrawl
:v0.0.54
linux/amd64
2025/04/01 08:59901.3 MBsha256:79b3101700ce
docker.io/trieve/firecrawl
:v0.0.52
linux/amd64
2025/03/17 16:01907.3 MBsha256:2c0f812f84db
docker.io/trieve/firecrawl
:v0.0.51
linux/amd64
2025/03/01 09:49900.9 MBsha256:5d550f097a63
docker.io/trieve/firecrawl
:v0.0.50
linux/amd64
2025/02/10 14:37900.8 MBsha256:cdb78a0837bc
docker.io/trieve/firecrawl
:v0.0.49
linux/amd64
2025/02/07 08:30900.8 MBsha256:dbfa13c7baff
docker.io/trieve/firecrawl
:v0.0.48
linux/amd64
2024/12/13 12:25892.0 MBsha256:dc11556d20bb
docker.io/trieve/firecrawl
:v0.0.47
linux/amd64
2024/11/22 14:18378.4 MBsha256:98abd471cd44
docker.io/trieve/firecrawl
:v0.0.46
linux/amd64
2024/11/05 11:32375.9 MBsha256:a5bea66dcbdd
docker.io/trieve/firecrawl
:v0.0.42
linux/amd64
2024/10/24 10:51389.7 MBsha256:a5d4640fd4a9
docker.io/trieve/firecrawl
:v0.0.41
linux/amd64
2024/10/24 09:03389.7 MBsha256:678453077d72
docker.io/trieve/firecrawl
:v0.0.40
linux/amd64
2024/10/24 08:03404.9 MBsha256:dfcb223f097c
docker.io/trieve/firecrawl
:v0.0.39
linux/amd64
2024/10/24 07:41404.9 MBsha256:f36ad1bcfc30
docker.io/trieve/firecrawl
:v0.0.38
linux/amd64
2024/10/24 07:32404.9 MBsha256:bfa22913ebef
docker.io/trieve/firecrawl
:v0.0.34
linux/amd64
2024/10/24 04:17405.0 MBsha256:a233c6d07dbf
docker.io/trieve/firecrawl
:v0.0.33
linux/amd64
2024/10/23 05:49405.0 MBsha256:e1805f23b92e
docker.io/trieve/firecrawl
:v0.0.28
linux/amd64
2024/10/15 03:22404.3 MBsha256:4ca64a38ed7b
docker.io/trieve/firecrawl
:v0.0.27
linux/amd64
2024/10/12 17:21404.3 MBsha256:f75957954eca
docker.io/trieve/firecrawl
:v0.0.7
linux/amd64
2024/10/09 13:01577.6 MBsha256:b67e2c982eca
docker.io/trieve/firecrawl
:v0.0.3
linux/amd64
2024/10/08 14:19580.5 MBsha256:7f03254c7208