[codex] fix: update firecrawl template for v2.8.0#768
Closed
Manan-Santoki wants to merge 1 commit intoDokploy:canaryfrom
Closed
[codex] fix: update firecrawl template for v2.8.0#768Manan-Santoki wants to merge 1 commit intoDokploy:canaryfrom
Manan-Santoki wants to merge 1 commit intoDokploy:canaryfrom
Conversation
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
v2.8.0and switch startup to the upstream harness entrypointmeta.jsonentryWhat changed
apiservicerabbitmqdependency and keptredis,playwright-service, andnuq-postgreslatestimages to remote source builds pinned tov2.8.0POSTGRES_*,NUQ_RABBITMQ_URL, and current optional Firecrawl envsv2.8.0strapientry frommeta.jsonRoot cause
The existing Firecrawl template still launched the old runtime layout using
node --import ./dist/src/otel.js .... Upstream Firecrawl now starts throughnode dist/src/harness.js --start-dockerand expects RabbitMQ plus harness-managed workers, so the old Dokploy template crashed withERR_MODULE_NOT_FOUNDfor/app/dist/src/otel.js.Impact
Dokploy users should get a Firecrawl deployment shape that matches current upstream self-hosting instead of the broken legacy image startup path. The template is also now version-pinned instead of following
latest.Validation
node dedupe-and-sort-meta.jsdocker compose -f blueprints/firecrawl/docker-compose.yml confignpm run validate-docker-compose -- --file ../blueprints/firecrawl/docker-compose.yml(frombuild-scripts/)npm run validate-template -- --dir ../blueprints/firecrawl(frombuild-scripts/)git diff --check