mirror of
https://github.com/Dokploy/templates.git
synced 2026-03-12 01:56:43 -05:00
[PR #419] [CLOSED] Fix browserless template deployment issues and improve configuration -#418 #445
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/419
Author: @Harikrishnan1367709
Created: 10/3/2025
Status: ❌ Closed
Base:
main← Head:Browserless-template-deployment-fails-#418📝 Commits (1)
388442bfix(browserless): resolve deployment issues and improve configuration - Fix typo: BROWERLESS_HOST → BROWSERLESS_HOST - Correct port format: 3_000 → 3000 - Add missing environment variables (ENABLE_CORS, ENABLE_XVFB, KEEP_ALIVE) - Update healthcheck endpoint from /docs to /health - Change image to latest version - Map external port 8080 to internal port 3000📊 Changes
2 files changed (+12 additions, -8 deletions)
View changed files
📝
blueprints/browserless/docker-compose.yml(+10 -6)📝
blueprints/browserless/template.toml(+2 -2)📄 Description
Problem
Browserless template deployment fails with "No route or file found" error when accessing the domain, despite successful container startup.
Root Cause
BROWERLESS_HOSTinstead ofBROWSERLESS_HOST)3_000instead of3000)/docsinstead of/health)Changes Made
/healthendpointTesting
Fixes #418
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.