fix: remove resource limits temporarily (Dokploy API format issues)

This commit is contained in:
Oussama Douhou
2026-01-10 11:49:37 +01:00
parent f43f784ad4
commit 9f2ee66f19

View File

@@ -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;