From d54f7293b7832693db5d650b1b1b5d60b09122da Mon Sep 17 00:00:00 2001 From: "SPRINX0\\prochazka" Date: Fri, 30 May 2025 08:16:18 +0200 Subject: [PATCH] db2 test container config --- integration-tests/docker-compose.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/integration-tests/docker-compose.yaml b/integration-tests/docker-compose.yaml index 6ea85877c..029fd4792 100644 --- a/integration-tests/docker-compose.yaml +++ b/integration-tests/docker-compose.yaml @@ -17,6 +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 + + # mysql: # image: mysql:8.0.18 # command: --default-authentication-plugin=mysql_native_password