From e97f8b7a79c9326d3a84191a1810f312573e035a Mon Sep 17 00:00:00 2001 From: arch3rPro Date: Mon, 18 May 2026 00:00:35 +0800 Subject: [PATCH] =?UTF-8?q?fix(firecrawl):=20=E8=B0=83=E6=95=B4=E8=B5=84?= =?UTF-8?q?=E6=BA=90=E9=99=90=E5=88=B6=E5=B9=B6=E6=9B=B4=E6=96=B0=E9=95=9C?= =?UTF-8?q?=E5=83=8F=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. 移除firecrawl-api和playwright服务的硬编码CPU内存限制 2. 将firecrawl-api镜像从v2.10.0改为latest标签 3. 将playwright服务镜像保留对应版本配置 --- apps/firecrawl/latest/docker-compose.yml | 6 ------ apps/firecrawl/v2.10.0/docker-compose.yml | 8 +------- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/apps/firecrawl/latest/docker-compose.yml b/apps/firecrawl/latest/docker-compose.yml index 04b41a4..e4cdf14 100644 --- a/apps/firecrawl/latest/docker-compose.yml +++ b/apps/firecrawl/latest/docker-compose.yml @@ -49,9 +49,6 @@ services: - 1panel-network labels: createdBy: "Apps" - cpus: 4.0 - mem_limit: 8G - memswap_limit: 8G firecrawl-playwright: image: ghcr.io/firecrawl/playwright-service:latest @@ -74,9 +71,6 @@ services: - /tmp/.cache:noexec,nosuid,size=1g labels: createdBy: "Apps" - cpus: 2.0 - mem_limit: 4G - memswap_limit: 4G firecrawl-redis: image: redis:alpine diff --git a/apps/firecrawl/v2.10.0/docker-compose.yml b/apps/firecrawl/v2.10.0/docker-compose.yml index a19a21f..5c552d4 100644 --- a/apps/firecrawl/v2.10.0/docker-compose.yml +++ b/apps/firecrawl/v2.10.0/docker-compose.yml @@ -1,6 +1,6 @@ services: firecrawl-api: - image: ghcr.io/firecrawl/firecrawl:v2.10.0 + image: ghcr.io/firecrawl/firecrawl:latest container_name: ${CONTAINER_NAME} restart: always environment: @@ -49,9 +49,6 @@ services: - 1panel-network labels: createdBy: "Apps" - cpus: 4.0 - mem_limit: 8G - memswap_limit: 8G firecrawl-playwright: image: ghcr.io/firecrawl/playwright-service:v2.10.0 @@ -74,9 +71,6 @@ services: - /tmp/.cache:noexec,nosuid,size=1g labels: createdBy: "Apps" - cpus: 2.0 - mem_limit: 4G - memswap_limit: 4G firecrawl-redis: image: redis:alpine