From 0d379094e954a055861f724b4f1dd4d49fdb80cb Mon Sep 17 00:00:00 2001 From: Brian Long Date: Fri, 30 Jul 2021 16:44:11 -0400 Subject: [PATCH 1/2] updated AIS to v1.4.0 --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 4baec46..ecae5b0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,7 +6,7 @@ version: "2.1" services: identity: - image: alfresco/alfresco-identity-service:1.3 + image: alfresco/alfresco-identity-service:1.4.0 user: jboss environment: KEYCLOAK_USER: admin @@ -19,7 +19,7 @@ services: aliases: - "${IDENTITY_SERVICE_HOST}" healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:8080/auth"] + test: ["CMD", "curl", "-f", "http://localhost:8080/auth/realms/alfresco"] interval: 10s timeout: 10s # Really long startup times on Windows From 279eb2af9d7629362a91d7caa00aa3bf56a83fd3 Mon Sep 17 00:00:00 2001 From: Brian Long Date: Fri, 30 Jul 2021 16:44:23 -0400 Subject: [PATCH 2/2] updated AIS memory limit mins --- docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index ecae5b0..c64675d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,6 +7,7 @@ services: identity: image: alfresco/alfresco-identity-service:1.4.0 + mem_limit: 512m user: jboss environment: KEYCLOAK_USER: admin @@ -30,6 +31,7 @@ services: proxy: build: ./nginx-ingress image: local/nginx-ingress:aims + mem_limit: 256m ports: - 8080:8080 depends_on: