mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-06-10 00:19:38 +08:00
fix(firecrawl): 调整资源限制并更新镜像标签
1. 移除firecrawl-api和playwright服务的硬编码CPU内存限制 2. 将firecrawl-api镜像从v2.10.0改为latest标签 3. 将playwright服务镜像保留对应版本配置
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user