Merge branch 'aims' into aims-persist
This commit is contained in:
commit
c338927a4b
@ -6,7 +6,8 @@ version: "2.1"
|
|||||||
services:
|
services:
|
||||||
|
|
||||||
identity:
|
identity:
|
||||||
image: alfresco/alfresco-identity-service:1.3
|
image: alfresco/alfresco-identity-service:1.4.0
|
||||||
|
mem_limit: 512m
|
||||||
user: jboss
|
user: jboss
|
||||||
environment:
|
environment:
|
||||||
KEYCLOAK_USER: admin
|
KEYCLOAK_USER: admin
|
||||||
@ -19,7 +20,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
|
||||||
@ -31,6 +32,7 @@ services:
|
|||||||
proxy:
|
proxy:
|
||||||
build: ./nginx-ingress
|
build: ./nginx-ingress
|
||||||
image: local/nginx-ingress:aims
|
image: local/nginx-ingress:aims
|
||||||
|
mem_limit: 256m
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080
|
- 8080:8080
|
||||||
depends_on:
|
depends_on:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user