fix: Let test container tests run with port 6666 to prevent conflicts

This commit is contained in:
2025-11-21 18:51:40 +01:00
parent af431f7ec4
commit 63023f4f9f
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ class TestContainersConfig {
HostConfig().apply {
this.withPortBindings(
PortBinding(
Ports.Binding.bindPort(5432),
Ports.Binding.bindPort(6666),
ExposedPort(5432),
),
)

View File

@@ -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