From 8166da548c7f1058045e2e3da597de03ad8288b4 Mon Sep 17 00:00:00 2001 From: "SPRINX0\\prochazka" Date: Fri, 30 May 2025 10:56:18 +0200 Subject: [PATCH] db2 config --- integration-tests/docker-compose.yaml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/integration-tests/docker-compose.yaml b/integration-tests/docker-compose.yaml index 029fd4792..277dc4c72 100644 --- a/integration-tests/docker-compose.yaml +++ b/integration-tests/docker-compose.yaml @@ -17,15 +17,16 @@ services: environment: - MYSQL_ROOT_PASSWORD=Pwd2020Db - # db2: - # image: icr.io/db2_community/db2:11.5.8.0 - # ports: - # - "50000:50000" - # environment: - # - LICENSE=accept - # - DB2INST1_PASSWORD=Pwd2020Db - # - DBNAME=testdb - + db2: + image: icr.io/db2_community/db2:11.5.8.0 + privileged: true + ports: + - "15055:50000" + environment: + LICENSE: accept + DB2INST1_PASSWORD: Pwd2020Db + DBNAME: testdb + DB2INSTANCE: db2inst1 # mysql: # image: mysql:8.0.18