当前位置: 首页 > news >正文

fircrawl本地部署

企业内部的网站作为知识库给dify使用,使用fircrawl来爬虫并且转换为markdown。

​
git clone https://github.com/mendableai/firecrawl.git

cd ./firecrawl/apps/api/
cp .env.example .env
cd ~/firecrawl
docker compose up -d

官方:

https://github.com/mendableai/firecrawl/blob/main/CONTRIBUTING.md

Alternative: Using Docker Compose

For a simpler setup, you can use Docker Compose to run all services:

  1. Prerequisites: Make sure you have Docker and Docker Compose installed
  2. Copy the .env.example file to .env in the /apps/api/ directory and configure as needed
  3. From the root directory, run:
docker compose up

This will start Redis, the API server, and workers automatically in the correct configuration.

后台运行,加-d参数:

docker compose up -d

http://www.dtcms.com/a/92247.html

相关文章:

  • (UI自动化测试web端)第二篇:元素定位的方法_css定位之class选择器
  • 【AI】Orin NX+ubuntu22.04上移植YoloV11,并使用DeepStream测试成功
  • LinkedIn数据抓取零风险指南:亮数据住宅代理实现企业级合规采集
  • 深入解析 RedissonMultiLock —— 分布式联锁的原理与实战
  • 我的第二个网站 - SpellCheck Game
  • java学习——函数式编程(1)
  • HTML5前端第六章节
  • 扭蛋机小程序开发,潮玩娱乐消费风口下的机遇
  • 多模态自动驾驶混合渲染HRMAD:将NeRF和3DGS进行感知验证和端到端AD测试
  • 关于微信小程序云开发轮播图渲染失败问题
  • 第 8 章:使用更好的库_《C++性能优化指南》_notes
  • Win7触摸屏位置不准如何操作
  • Element UI实现表格全选、半选
  • 微信小程序引入TDesign组件后报错一直提示路径不对(Component is not found in path)的解决方法
  • k8s存储介绍(五)PV与PVC
  • Windows系统中,通过局域网共享文件夹让同一路由器下的其他设备访问文件
  • Kubernetes
  • 【Java/数据结构】优先级队列(PriorityQueue)
  • .git 文件夹
  • ctfshow WEB web7
  • redis配置文件解析
  • oracle密码过期 ORA-28001解决方案: the password has expired
  • Linux学习笔记(应用篇三)
  • Java 大视界 -- 基于 Java 的大数据分布式系统的监控与运维实践(155)
  • RustDesk部署到linux(自建服务器)
  • Win11+VS2022+CGAL5.6配置
  • 自然语言处理NLP-文本预处理
  • nodejs-原型污染链
  • 4.Matplotlib:基础绘图
  • QT自运行程序