diff --git a/docker-compose.yaml b/docker-compose.yaml index 1e6d266..f45695f 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -292,6 +292,7 @@ services: tiacore-test: container_name: tiacore-test image: images.kgs-cloud.de/tia/core/saphttp:3.17.1 + restart: always volumes: - /opt/webcontent/tiacore-test/config/license:/application/license - /opt/webcontent/tiacore-test/config/keystore:/application/ssl @@ -310,6 +311,7 @@ services: tiacore-prod: container_name: tiacore-prod image: images.kgs-cloud.de/tia/core/saphttp:3.17.1 + restart: always volumes: - /opt/webcontent/tiacore-prod/config/license:/application/license - /opt/webcontent/tiacore-prod/config/keystore:/application/ssl