mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-20 13:39:09 +08:00
feat(self-host): use playwright-service-ts by default
This commit is contained in:
parent
c39cc27866
commit
7f5ff80203
@ -13,7 +13,7 @@ x-common-service: &common-service
|
||||
|
||||
services:
|
||||
playwright-service:
|
||||
build: apps/playwright-service
|
||||
build: apps/playwright-service-ts
|
||||
environment:
|
||||
- PORT=3000
|
||||
- PROXY_SERVER=${PROXY_SERVER}
|
||||
@ -28,7 +28,7 @@ services:
|
||||
environment:
|
||||
REDIS_URL: ${REDIS_URL:-redis://redis:6379}
|
||||
REDIS_RATE_LIMIT_URL: ${REDIS_URL:-redis://redis:6379}
|
||||
PLAYWRIGHT_MICROSERVICE_URL: ${PLAYWRIGHT_MICROSERVICE_URL:-http://playwright-service:3000}
|
||||
PLAYWRIGHT_MICROSERVICE_URL: ${PLAYWRIGHT_MICROSERVICE_URL:-http://playwright-service:3000/scrape}
|
||||
USE_DB_AUTHENTICATION: ${USE_DB_AUTHENTICATION}
|
||||
PORT: ${PORT:-3002}
|
||||
NUM_WORKERS_PER_QUEUE: ${NUM_WORKERS_PER_QUEUE}
|
||||
@ -64,7 +64,7 @@ services:
|
||||
environment:
|
||||
REDIS_URL: ${REDIS_URL:-redis://redis:6379}
|
||||
REDIS_RATE_LIMIT_URL: ${REDIS_URL:-redis://redis:6379}
|
||||
PLAYWRIGHT_MICROSERVICE_URL: ${PLAYWRIGHT_MICROSERVICE_URL:-http://playwright-service:3000}
|
||||
PLAYWRIGHT_MICROSERVICE_URL: ${PLAYWRIGHT_MICROSERVICE_URL:-http://playwright-service:3000/scrape}
|
||||
USE_DB_AUTHENTICATION: ${USE_DB_AUTHENTICATION}
|
||||
PORT: ${PORT:-3002}
|
||||
NUM_WORKERS_PER_QUEUE: ${NUM_WORKERS_PER_QUEUE}
|
||||
|
Loading…
x
Reference in New Issue
Block a user