mirror of
https://github.com/biersoeckli/QuickStack.git
synced 2026-02-11 05:59:23 -06:00
feat: add TCP health check configuration for applications
This commit is contained in:
2
prisma/migrations/20260108164941_migration/migration.sql
Normal file
2
prisma/migrations/20260108164941_migration/migration.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "App" ADD COLUMN "healthCheckTcpPort" INTEGER;
|
||||
@@ -212,6 +212,8 @@ model App {
|
||||
healthCheckPeriodSeconds Int @default(10)
|
||||
healthCheckTimeoutSeconds Int @default(5)
|
||||
|
||||
healthCheckTcpPort Int?
|
||||
|
||||
appDomains AppDomain[]
|
||||
appPorts AppPort[]
|
||||
appVolumes AppVolume[]
|
||||
|
||||
Reference in New Issue
Block a user