This commit is contained in:
Andras Bacsai
2023-02-21 12:59:21 +01:00
parent 51b5edb04f
commit e530ecf9f9

View File

@@ -73,7 +73,6 @@ export async function startService(request: FastifyRequest<ServiceStartStop>, fa
} }
} }
} }
console.log({ newEnvironments })
const customVolumes = await prisma.servicePersistentStorage.findMany({ where: { serviceId: id } }) const customVolumes = await prisma.servicePersistentStorage.findMany({ where: { serviceId: id } })
let volumes = new Set() let volumes = new Set()
if (arm && template.services[s]?.volumesArm?.length > 0) { if (arm && template.services[s]?.volumesArm?.length > 0) {