Skip to content

Fix Twenty CRM template deployment failures#417

Closed
Harikrishnan1367709 wants to merge 1 commit intoDokploy:mainfrom
Harikrishnan1367709:Twenty-CRM-template-deployment-fails-during-startup-#416
Closed

Fix Twenty CRM template deployment failures#417
Harikrishnan1367709 wants to merge 1 commit intoDokploy:mainfrom
Harikrishnan1367709:Twenty-CRM-template-deployment-fails-during-startup-#416

Conversation

@Harikrishnan1367709
Copy link
Copy Markdown
Contributor

@Harikrishnan1367709 Harikrishnan1367709 commented Oct 3, 2025

Problem

Twenty CRM template was failing during deployment with "dependency failed to start: container is unhealthy" errors.

Root Causes

  • Health check using curl which may not be available in container
  • Missing Redis dependency for server service
  • Insufficient health check retries and timeouts
  • Unnecessary environment variables causing conflicts

Solution

  • ✅ Replace curl with wget in health check
  • ✅ Add Redis dependency to server service
  • ✅ Increase health check retries (20) and start period (60s)
  • ✅ Remove conflicting environment variables
  • ✅ Fix service dependency conditions

Testing

  • Template deploys successfully
  • All services become healthy
  • Application accessible at configured domain
Screenshot 2025-10-03 at 1 20 31 PM Screenshot 2025-10-03 at 1 20 39 PM

Fix #416

…Fix health check using wget instead of curl for better compatibility - Add missing Redis dependency to server service - Remove unnecessary environment variables - Improve service dependency conditions - Increase health check retries and start period
@github-actions
Copy link
Copy Markdown

github-actions bot commented Oct 3, 2025

built with Refined Cloudflare Pages Action

⚡ Cloudflare Pages Deployment

Name Status Preview Last Commit
templates ✅ Ready (View Log) Visit Preview ed00d3a

@mrj0b
Copy link
Copy Markdown

mrj0b commented Oct 7, 2025

why this pr closed without merging? it fixes the template i tested it it works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Twenty CRM template deployment fails during startup

2 participants