fix: Let test container tests run with port 6666 to prevent conflicts
This commit is contained in:
@@ -28,7 +28,7 @@ class TestContainersConfig {
|
||||
HostConfig().apply {
|
||||
this.withPortBindings(
|
||||
PortBinding(
|
||||
Ports.Binding.bindPort(5432),
|
||||
Ports.Binding.bindPort(6666),
|
||||
ExposedPort(5432),
|
||||
),
|
||||
)
|
||||
|
||||
@@ -5,7 +5,7 @@ spring:
|
||||
datasource:
|
||||
hikari:
|
||||
auto-commit: false
|
||||
url: jdbc:postgresql://localhost:5432/legalconsenthub
|
||||
url: jdbc:postgresql://localhost:6666/legalconsenthub
|
||||
username: legalconsenthub
|
||||
password: legalconsenthub
|
||||
|
||||
|
||||
Reference in New Issue
Block a user