From a94eee6872409a755f74d3713757e3c39df38b55 Mon Sep 17 00:00:00 2001 From: Basil Bruhn Date: Wed, 14 Jan 2026 17:09:01 +0100 Subject: [PATCH] no SSL? Signed-off-by: Basil Bruhn --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index d9b761a..e4f460e 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -305,7 +305,7 @@ services: SERVER_SSL_KEYSTORE: /application/ssl/tiacore-test SERVER_SSL_KEYSTOREPASSWORD: ${KGS_KEYSTORE_PASS} # SERVER_SSL_KEYALIAS: tiacore-test - SERVER_SSL_ENABLED: "true" + # SERVER_SSL_ENABLED: "true" networks: - backend