Learn how to self-host Firecrawl to run on your own and contribute to the project.
.env
file. This requires a deeper understanding of the technologies and might involve more setup time..env
in the root directory you can copy over the template in apps/api/.env.example
To start, we wont set up authentication, or any optional sub services (pdf parsing, JS blocking support, AI features)
docker-compose.yml
file to change the Playwright service:
PLAYWRIGHT_MICROSERVICE_URL
in your .env
file:
.env
file as needed.
http://localhost:3002
.
You should be able to see the Bull Queue Manager UI on http://localhost:3002/admin/@/queues
.