From a5b7164a22f486bc495d73971d3d4497970d57ab Mon Sep 17 00:00:00 2001 From: Basil Bruhn Date: Wed, 14 Jan 2026 17:10:47 +0100 Subject: [PATCH] no JAVA opts, we handle everything in nginx conifg Signed-off-by: Basil Bruhn --- docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index e4f460e..f6bfd40 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -302,8 +302,8 @@ services: # SSL Keystore # SERVER_PORT: 443 - SERVER_SSL_KEYSTORE: /application/ssl/tiacore-test - SERVER_SSL_KEYSTOREPASSWORD: ${KGS_KEYSTORE_PASS} + # SERVER_SSL_KEYSTORE: /application/ssl/tiacore-test + # SERVER_SSL_KEYSTOREPASSWORD: ${KGS_KEYSTORE_PASS} # SERVER_SSL_KEYALIAS: tiacore-test # SERVER_SSL_ENABLED: "true" networks: