feat: add randomize compose by prefix

This commit is contained in:
Mauricio Siu
2024-09-03 22:56:38 -06:00
parent 39f6fb5af3
commit a3be030fac
10 changed files with 3776 additions and 42 deletions

View File

@@ -64,6 +64,8 @@ export const compose = pgTable("compose", {
command: text("command").notNull().default(""),
//
composePath: text("composePath").notNull().default("./docker-compose.yml"),
prefix: text("prefix").notNull().default(""),
randomize: boolean("randomize").notNull().default(false),
composeStatus: applicationStatus("composeStatus").notNull().default("idle"),
projectId: text("projectId")
.notNull()