configured aps for aims
This commit is contained in:
parent
1bd9da2339
commit
1929c94880
@ -17,6 +17,8 @@ services:
|
|||||||
ACTIVITI_ES_REST_CLIENT_ADDRESS: search-aps
|
ACTIVITI_ES_REST_CLIENT_ADDRESS: search-aps
|
||||||
ACTIVITI_ES_REST_CLIENT_PORT: 9200
|
ACTIVITI_ES_REST_CLIENT_PORT: 9200
|
||||||
ACTIVITI_ES_REST_CLIENT_SCHEMA: http
|
ACTIVITI_ES_REST_CLIENT_SCHEMA: http
|
||||||
|
IDENTITY_SERVICE_ENABLED: "true"
|
||||||
|
IDENTITY_SERVICE_AUTH: $IDENTITY_SERVICE_BASEURL/auth
|
||||||
JAVA_OPTS: "-XX:MinRAMPercentage=50 -XX:MaxRAMPercentage=80"
|
JAVA_OPTS: "-XX:MinRAMPercentage=50 -XX:MaxRAMPercentage=80"
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres-aps
|
- postgres-aps
|
||||||
@ -70,6 +72,22 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- activiti-app
|
- activiti-app
|
||||||
|
|
||||||
|
identity:
|
||||||
|
image: alfresco/alfresco-identity-service:1.3
|
||||||
|
user: jboss
|
||||||
|
environment:
|
||||||
|
KEYCLOAK_USER: admin
|
||||||
|
KEYCLOAK_PASSWORD: admin
|
||||||
|
KEYCLOAK_HOSTNAME: auth.example.org
|
||||||
|
KEYCLOAK_IMPORT: /tmp/keycloak-alfresco-realm.json
|
||||||
|
KEYCLOAK_STATISTICS: enabled
|
||||||
|
networks:
|
||||||
|
default:
|
||||||
|
aliases:
|
||||||
|
- "auth.example.org"
|
||||||
|
volumes:
|
||||||
|
- ./keycloak-alfresco-realm.json:/tmp/keycloak-alfresco-realm.json:ro
|
||||||
|
|
||||||
proxy:
|
proxy:
|
||||||
build: ./nginx-ingress
|
build: ./nginx-ingress
|
||||||
image: local/nginx-ingress:aps-aims
|
image: local/nginx-ingress:aps-aims
|
||||||
@ -78,3 +96,4 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- activiti-app
|
- activiti-app
|
||||||
- activiti-admin
|
- activiti-admin
|
||||||
|
- identity
|
||||||
|
Loading…
x
Reference in New Issue
Block a user