mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-11 01:08:59 +08:00
Include self hosted webhook env and allow connections to localhost
This commit is contained in:
parent
e779dbbe26
commit
fcedcccf2d
@ -25,6 +25,9 @@ x-common-service: &common-service
|
|||||||
- SUPABASE_SERVICE_TOKEN=${SUPABASE_SERVICE_TOKEN}
|
- SUPABASE_SERVICE_TOKEN=${SUPABASE_SERVICE_TOKEN}
|
||||||
- SCRAPING_BEE_API_KEY=${SCRAPING_BEE_API_KEY}
|
- SCRAPING_BEE_API_KEY=${SCRAPING_BEE_API_KEY}
|
||||||
- HOST=${HOST:-0.0.0.0}
|
- HOST=${HOST:-0.0.0.0}
|
||||||
|
- SELF_HOSTED_WEBHOOK_URL=${SELF_HOSTED_WEBHOOK_URL}
|
||||||
|
extra_hosts:
|
||||||
|
- "host.docker.internal:host-gateway"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
playwright-service:
|
playwright-service:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user