refactor: remove dokploy-network

This commit is contained in:
Mauricio Siu
2025-02-09 02:31:01 -06:00
parent a8f94540f9
commit c0a00f4957
60 changed files with 150 additions and 302 deletions

View File

@@ -415,6 +415,7 @@ export const composeRouter = createTRPCRouter({
name: input.id,
sourceType: "raw",
appName: `${projectName}-${generatePassword(6)}`,
isolatedDeployment: true,
});
if (ctx.user.rol === "user") {