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

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.kler.cn/a/610968.html

相关文章:

  • 【2025】基于python+django的个性化阅读推荐系统设计与实现(源码、万字文档、图文修改、调试答疑)
  • 从0到1,用Tableau讲好数据故事
  • 用python写网络爬虫
  • 可以把后端的api理解为一个目录地址,但并不准确
  • 2024年SEVC SCI1区TOP:多策略灰狼算法MSGWO,深度解析+性能实测
  • 在 CentOS 系统中开机自动执行 Shell 脚本
  • Windows命令提示符(CMD) 的常用命令分类整理
  • SSL/TLS加密
  • jsBridge在vue中使用
  • 前端数据模拟利器 Mock.js 深度解析
  • Flutter使用自签证书打包ipa
  • 【身份证证件OCR识别】批量OCR识别身份证照片复印件图片里的文字信息保存表格或改名字,基于QT和腾讯云api_ocr的实现方式
  • 破局AI落地困局 亚信科技“四位一体手术刀“切开产业智能三重枷锁
  • Android Kotlin 实用扩展函数(持续更新)
  • 分布式锁实战:Redis与Redisson的深度解析
  • python之size,count的区别
  • 加载dll插件自动提示文字信息——cad c#二次开发
  • PyTorch DDP快速上手附代码
  • 【大模型开发】将vocab解码
  • webpackVSVite热更新本质区别