Overview
- Full name
docker.io/trieve/firecrawl- Registry
- docker.io
- Namespace
- trieve
- Repository
- firecrawl
- Cached tags
- 23
- Last synced
- 07/06/2026, 04:02 AM
Introduction
Firecrawl 网页抓取与结构化提取 API 镜像,将 URL 转为 Markdown/JSON 供 RAG 索引,适合 AI 知识库数据采集。
Details
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。
Latest tags (20)
View all 23 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/trieve/firecrawl :v0.0.55 | linux/amd64 | 2025/04/02 04:57 | 901.3 MB | sha256:60ac889fa97f… | |||
docker.io/trieve/firecrawl :v0.0.54 | linux/amd64 | 2025/04/01 08:59 | 901.3 MB | sha256:79b3101700ce… | |||
docker.io/trieve/firecrawl :v0.0.52 | linux/amd64 | 2025/03/17 16:01 | 907.3 MB | sha256:2c0f812f84db… | |||
docker.io/trieve/firecrawl :v0.0.51 | linux/amd64 | 2025/03/01 09:49 | 900.9 MB | sha256:5d550f097a63… | |||
docker.io/trieve/firecrawl :v0.0.50 | linux/amd64 | 2025/02/10 14:37 | 900.8 MB | sha256:cdb78a0837bc… | |||
docker.io/trieve/firecrawl :v0.0.49 | linux/amd64 | 2025/02/07 08:30 | 900.8 MB | sha256:dbfa13c7baff… | |||
docker.io/trieve/firecrawl :v0.0.48 | linux/amd64 | 2024/12/13 12:25 | 892.0 MB | sha256:dc11556d20bb… | |||
docker.io/trieve/firecrawl :v0.0.47 | linux/amd64 | 2024/11/22 14:18 | 378.4 MB | sha256:98abd471cd44… | |||
docker.io/trieve/firecrawl :v0.0.46 | linux/amd64 | 2024/11/05 11:32 | 375.9 MB | sha256:a5bea66dcbdd… | |||
docker.io/trieve/firecrawl :v0.0.42 | linux/amd64 | 2024/10/24 10:51 | 389.7 MB | sha256:a5d4640fd4a9… | |||
docker.io/trieve/firecrawl :v0.0.41 | linux/amd64 | 2024/10/24 09:03 | 389.7 MB | sha256:678453077d72… | |||
docker.io/trieve/firecrawl :v0.0.40 | linux/amd64 | 2024/10/24 08:03 | 404.9 MB | sha256:dfcb223f097c… | |||
docker.io/trieve/firecrawl :v0.0.39 | linux/amd64 | 2024/10/24 07:41 | 404.9 MB | sha256:f36ad1bcfc30… | |||
docker.io/trieve/firecrawl :v0.0.38 | linux/amd64 | 2024/10/24 07:32 | 404.9 MB | sha256:bfa22913ebef… | |||
docker.io/trieve/firecrawl :v0.0.34 | linux/amd64 | 2024/10/24 04:17 | 405.0 MB | sha256:a233c6d07dbf… | |||
docker.io/trieve/firecrawl :v0.0.33 | linux/amd64 | 2024/10/23 05:49 | 405.0 MB | sha256:e1805f23b92e… | |||
docker.io/trieve/firecrawl :v0.0.28 | linux/amd64 | 2024/10/15 03:22 | 404.3 MB | sha256:4ca64a38ed7b… | |||
docker.io/trieve/firecrawl :v0.0.27 | linux/amd64 | 2024/10/12 17:21 | 404.3 MB | sha256:f75957954eca… | |||
docker.io/trieve/firecrawl :v0.0.7 | linux/amd64 | 2024/10/09 13:01 | 577.6 MB | sha256:b67e2c982eca… | |||
docker.io/trieve/firecrawl :v0.0.3 | linux/amd64 | 2024/10/08 14:19 | 580.5 MB | sha256:7f03254c7208… |