mirror of
https://github.com/Dokploy/templates.git
synced 2026-03-12 10:05:25 -05:00
[PR #423] [MERGED] Add Firecrawl Docker Compose Template -#422 #447
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Dokploy/templates/pull/423
Author: @Harikrishnan1367709
Created: 10/4/2025
Status: ✅ Merged
Merged: 10/5/2025
Merged by: @Siumauricio
Base:
main← Head:Add-Firecrawl-Docker-Compose-template-#422📝 Commits (4)
77372d4fix: run api and workers in separate containers to resolve port conflict Previously, the API and worker services ran together and tried to bind to the same port, causing repeated EADDRINUSE errors and container crashes. This update splits the API, queue worker, extract worker, and nuq workers into individual service containers, each with a unique port and process. Fixes API not starting, stabilizes the deployment, and enables concurrent service operation.b84981aupdated the meta.json for the build issuedf36db2updated the meta.json for the logo pathf664808Update blueprints/firecrawl/docker-compose.yml📊 Changes
4 files changed (+225 additions, -0 deletions)
View changed files
➕
blueprints/firecrawl/docker-compose.yml(+138 -0)➕
blueprints/firecrawl/firecrawl.svg(+3 -0)➕
blueprints/firecrawl/template.toml(+65 -0)📝
meta.json(+19 -0)📄 Description
This pull request adds a new Docker Compose template for deploying Firecrawl, including its API, worker, extract-worker, and nuq-worker services. All services now run in separate containers with unique ports, resolving previous port conflict issues and enabling stable deployment. The template uses the official Firecrawl and Playwright images, and supports scaling and easy integration. This addresses the need for a reliable Firecrawl setup and improves maintainability for future users.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.