fix: remove resource limits temporarily (Dokploy API format issues)
This commit is contained in:
@@ -278,10 +278,6 @@ export class ProductionDeployer {
|
|||||||
dockerImage: config.dockerImage,
|
dockerImage: config.dockerImage,
|
||||||
sourceType: 'docker',
|
sourceType: 'docker',
|
||||||
registryId: config.registryId,
|
registryId: config.registryId,
|
||||||
memoryLimit: '2048',
|
|
||||||
memoryReservation: '1024',
|
|
||||||
cpuLimit: '2',
|
|
||||||
cpuReservation: '0.5',
|
|
||||||
});
|
});
|
||||||
|
|
||||||
state.progress = 55;
|
state.progress = 55;
|
||||||
|
|||||||
Reference in New Issue
Block a user