feat: Add database restore script
This commit is contained in:
@@ -24,6 +24,7 @@ class TestContainersConfig {
|
||||
.withPassword("legalconsenthub")
|
||||
.withExposedPorts(5432)
|
||||
.withCreateContainerCmdModifier { cmd ->
|
||||
cmd.withName("legalconsenthub-backend")
|
||||
cmd.withHostConfig(
|
||||
HostConfig().apply {
|
||||
this.withPortBindings(
|
||||
|
||||
Reference in New Issue
Block a user