updated AIS to v1.4.0

This commit is contained in:
Brian Long 2021-07-30 16:44:11 -04:00
parent a7fa111930
commit 0d379094e9

View File

@ -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