feat: improve tx-exclusion-api performance and increase size of reaso… (#327)

* feat: improve tx-exclusion-api performance and increase size of reason message column

* feat: set waitForTcpPorts as true for localStackPostgresDbOnly and update prover-v3 image tag in compose

* feat: update prover-v3 image tag to a more recent one

* feat: update coordinator image tag to a more recent one
This commit is contained in:
jonesho
2024-11-25 23:29:40 +08:00
committed by GitHub
parent ad1afca98e
commit 8749f920cb
11 changed files with 49 additions and 45 deletions

View File

@@ -162,7 +162,7 @@ dockerCompose {
]
useComposeFiles = ["${project.rootDir.path}/docker/compose.yml"]
waitForHealthyStateTimeout = Duration.ofMinutes(3)
waitForTcpPorts = false
waitForTcpPorts = true
removeOrphans = true
noRecreate = true
projectName = "docker"