updated AIS to v1.4.0
This commit is contained in:
parent
a7fa111930
commit
0d379094e9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user