add keystore configuration to tiacore-test application, key var is saved in .env

Signed-off-by: Basil Bruhn <basil.bruhn@psi.ch>
This commit is contained in:
2026-01-14 16:52:37 +01:00
parent 09b0d7c535
commit bee369a7b7

View File

@@ -290,7 +290,7 @@ services:
image: images.kgs-cloud.de/tia/core/saphttp:3.17.1
volumes:
- /opt/webcontent/tiacore-test/config/license:/application/license
# - /opt/kgs/docker/tiacore-P/config/keystore:/application/ssl/keystore
- /opt/webcontent/tiacore-test/config/keystore:/application/ssl
- /opt/webcontent/tiacore-test/config:/application/config/
# - /opt/kgs/docker/tiacore-P/data:/application/data
# - /opt/kgs/docker/certificates:/application/ssl
@@ -301,11 +301,11 @@ services:
WEBAPP_SECURITY_AUTH_BASIC_PASSWORD: "$$2a$$10$$5E1KpGIKSq6xuWmGf92bheB17V0l4fEMnVmYPqhWiazKddcx1TF/e"
# SSL Keystore
# SERVER_PORT: 9443
# SERVER_SSL_KEYSTORE: /application/ssl/core_keystore.p12
# SERVER_SSL_KEYSTOREPASSWORD: changeme
# SERVER_SSL_KEYALIAS: kgs
# SERVER_SSL_ENABLED: "true"
SERVER_PORT: 8080
SERVER_SSL_KEYSTORE: /application/ssl/tiacore-test
SERVER_SSL_KEYSTOREPASSWORD: ${KGS_KEYSTORE_PASS}
SERVER_SSL_KEYALIAS: tiacore-test
SERVER_SSL_ENABLED: "true"
networks:
- backend