[PR #423] [MERGED] Add Firecrawl Docker Compose Template -#422 #447

Closed
opened 2025-11-22 20:38:49 -06:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: Add-Firecrawl-Docker-Compose-template-#422


📝 Commits (4)

  • 77372d4 fix: 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.
  • b84981a updated the meta.json for the build issue
  • df36db2 updated the meta.json for the logo path
  • f664808 Update 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.

Screenshot 2025-10-04 at 1 16 00 PM Screenshot 2025-10-04 at 1 15 42 PM Screenshot 2025-10-04 at 1 15 32 PM

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Dokploy/templates/pull/423 **Author:** [@Harikrishnan1367709](https://github.com/Harikrishnan1367709) **Created:** 10/4/2025 **Status:** ✅ Merged **Merged:** 10/5/2025 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `main` ← **Head:** `Add-Firecrawl-Docker-Compose-template-#422` --- ### 📝 Commits (4) - [`77372d4`](https://github.com/Dokploy/templates/commit/77372d48e5f40bde2490828d277d7e970f6a9040) fix: 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. - [`b84981a`](https://github.com/Dokploy/templates/commit/b84981a793d39f064843e974f2fead8bbd6a9f83) updated the meta.json for the build issue - [`df36db2`](https://github.com/Dokploy/templates/commit/df36db2565a6475489fea2d548088b62d9f99f2b) updated the meta.json for the logo path - [`f664808`](https://github.com/Dokploy/templates/commit/f664808ef0f88e5b7ccb488295f4d1bd40083422) Update blueprints/firecrawl/docker-compose.yml ### 📊 Changes **4 files changed** (+225 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/firecrawl/docker-compose.yml` (+138 -0) ➕ `blueprints/firecrawl/firecrawl.svg` (+3 -0) ➕ `blueprints/firecrawl/template.toml` (+65 -0) 📝 `meta.json` (+19 -0) </details> ### 📄 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. <img width="884" height="748" alt="Screenshot 2025-10-04 at 1 16 00 PM" src="https://github.com/user-attachments/assets/85267644-061d-4662-b6a4-aed2f27e07c9" /> <img width="1010" height="806" alt="Screenshot 2025-10-04 at 1 15 42 PM" src="https://github.com/user-attachments/assets/696a4d0a-3a24-4381-9620-ea7fed18bd9c" /> <img width="1314" height="448" alt="Screenshot 2025-10-04 at 1 15 32 PM" src="https://github.com/user-attachments/assets/93411731-76d1-4da3-aa12-35a9497de14e" /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-22 20:38:49 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#447