remove remote docker for now

This commit is contained in:
Andras Bacsai
2022-02-27 11:14:46 +01:00
parent ef006578b2
commit 54376fd105
5 changed files with 19 additions and 9 deletions

View File

@@ -147,12 +147,8 @@ 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[]