WIP: Remote docker engine

This commit is contained in:
Andras Bacsai
2022-02-26 15:08:26 +01:00
parent c9b52f1310
commit e0e50b4bd5
12 changed files with 456 additions and 60 deletions

View File

@@ -147,8 +147,12 @@ model DestinationDocker {
id String @id @default(cuid())
network String @unique
name String
engine String
engine String?
remoteEngine Boolean @default(false)
ipAddress String?
sshPrivateKey String?
user String? @default("root")
port Int? @default(22)
isCoolifyProxyUsed Boolean? @default(false)
teams Team[]
application Application[]