Skip to content

Commit 5404c91

Browse files
densumeshskeptrunedev
authored andcommitted
cleanup: update docker compose .env to include firecrawl
1 parent 790c3a9 commit 5404c91

File tree

2 files changed

+15
-80
lines changed

2 files changed

+15
-80
lines changed

.env.docker-compose

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,18 @@ ADMIN_API_KEY=admin
77
COMPOSE_PROFILES=debug
88
KC_HOSTNAME="localhost"
99
KC_PROXY=none
10+
11+
# Firecrawl
12+
NUM_WORKERS_PER_QUEUE=8
13+
PORT=3002
14+
HOST=0.0.0.0
15+
FIRECRAWL_REDIS_URL=redis://redis:6379 #for self-hosting using docker, use redis://redis:6379. For running locally, use redis://localhost:6379
16+
FIRECRAWL_REDIS_RATE_LIMIT_URL=redis://redis:6379 #for self-hosting using docker, use redis://redis:6379. For running locally, use redis://localhost:6379
17+
PLAYWRIGHT_MICROSERVICE_URL=http://localhost:3000/scrape
18+
SELF_HOSTED_WEBHOOK_URL=https://5d1c-2600-1700-460-1070-5555-2164-e1cd-9fe3.ngrok-free.app
19+
20+
## To turn on DB authentication, you need to set up supabase.
21+
USE_DB_AUTHENTICATION=false
22+
HDX_NODE_BETA_MODE=1
23+
BULL_AUTH_KEY=@
24+
LOGGING_LEVEL=INFO

.env.firecrawl

Lines changed: 0 additions & 80 deletions
This file was deleted.

0 commit comments

Comments
 (0)