Compare commits
3 Commits
aps
...
aps-search
Author | SHA1 | Date | |
---|---|---|---|
eb8df1a86f | |||
3fee42cd28 | |||
25e6137de9 |
1
.env
1
.env
@@ -7,3 +7,4 @@ PROXY_PORT=8080
|
|||||||
|
|
||||||
APS_TAG=2.4.1
|
APS_TAG=2.4.1
|
||||||
POSTGRES_TAG=13
|
POSTGRES_TAG=13
|
||||||
|
ELASTICSEARCH_TAG=7.17.13
|
||||||
|
@@ -8,8 +8,10 @@ services:
|
|||||||
image: quay.io/alfresco/alfresco-process-services:${APS_TAG}
|
image: quay.io/alfresco/alfresco-process-services:${APS_TAG}
|
||||||
environment:
|
environment:
|
||||||
ACTIVITI_DATASOURCE_URL: 'jdbc:postgresql://postgres-aps:5432/activiti?characterEncoding=UTF-8'
|
ACTIVITI_DATASOURCE_URL: 'jdbc:postgresql://postgres-aps:5432/activiti?characterEncoding=UTF-8'
|
||||||
|
ACTIVITI_ES_REST_CLIENT_ADDRESS: search-aps
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres-aps
|
- postgres-aps
|
||||||
|
- search-aps
|
||||||
volumes:
|
volumes:
|
||||||
- "$ALFRESCO_LICENSE_DIR/aps:/root/.activiti/enterprise-license:ro"
|
- "$ALFRESCO_LICENSE_DIR/aps:/root/.activiti/enterprise-license:ro"
|
||||||
|
|
||||||
@@ -31,6 +33,15 @@ services:
|
|||||||
image: postgres:${POSTGRES_TAG}
|
image: postgres:${POSTGRES_TAG}
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_DB: activiti-admin
|
POSTGRES_DB: activiti-admin
|
||||||
|
|
||||||
|
search-aps:
|
||||||
|
image: elasticsearch:${ELASTICSEARCH_TAG}
|
||||||
|
environment:
|
||||||
|
discovery.type: single-node
|
||||||
|
ulimits:
|
||||||
|
memlock:
|
||||||
|
soft: -1
|
||||||
|
hard: -1
|
||||||
|
|
||||||
proxy:
|
proxy:
|
||||||
build: ./nginx-ingress
|
build: ./nginx-ingress
|
||||||
|
Reference in New Issue
Block a user