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: services:
identity: identity:
image: alfresco/alfresco-identity-service:1.3 image: alfresco/alfresco-identity-service:1.4.0
user: jboss user: jboss
environment: environment:
KEYCLOAK_USER: admin KEYCLOAK_USER: admin
@ -19,7 +19,7 @@ services:
aliases: aliases:
- "${IDENTITY_SERVICE_HOST}" - "${IDENTITY_SERVICE_HOST}"
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8080/auth"] test: ["CMD", "curl", "-f", "http://localhost:8080/auth/realms/alfresco"]
interval: 10s interval: 10s
timeout: 10s timeout: 10s
# Really long startup times on Windows # Really long startup times on Windows