From 9f2ee66f194e10d7fa4b8db3f5c4e26cac289d11 Mon Sep 17 00:00:00 2001 From: Oussama Douhou Date: Sat, 10 Jan 2026 11:49:37 +0100 Subject: [PATCH] fix: remove resource limits temporarily (Dokploy API format issues) --- src/orchestrator/production-deployer.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/orchestrator/production-deployer.ts b/src/orchestrator/production-deployer.ts index 4819e7b..fb7dd32 100644 --- a/src/orchestrator/production-deployer.ts +++ b/src/orchestrator/production-deployer.ts @@ -278,10 +278,6 @@ export class ProductionDeployer { dockerImage: config.dockerImage, sourceType: 'docker', registryId: config.registryId, - memoryLimit: '2048', - memoryReservation: '1024', - cpuLimit: '2', - cpuReservation: '0.5', }); state.progress = 55;