mirror of
https://github.com/Dokploy/templates.git
synced 2026-03-12 01:56:43 -05:00
[PR #417] [CLOSED] Fix Twenty CRM template deployment failures #444
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/417
Author: @Harikrishnan1367709
Created: 10/3/2025
Status: ❌ Closed
Base:
main← Head:Twenty-CRM-template-deployment-fails-during-startup-#416📝 Commits (1)
ed00d3afix(twenty): resolve deployment health check and dependency issues - 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📊 Changes
1 file changed (+15 additions, -7 deletions)
View changed files
📝
blueprints/twenty/docker-compose.yml(+15 -7)📄 Description
Problem
Twenty CRM template was failing during deployment with "dependency failed to start: container is unhealthy" errors.
Root Causes
curlwhich may not be available in containerSolution
curlwithwgetin health checkTesting
Fix #416
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.