removed aps-search
This commit is contained in:
@@ -7,7 +7,6 @@ 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
|
||||||
volumes:
|
volumes:
|
||||||
@@ -36,19 +35,6 @@ services:
|
|||||||
POSTGRES_DB: activiti-admin
|
POSTGRES_DB: activiti-admin
|
||||||
volumes:
|
volumes:
|
||||||
- apsadmindb-volume:/var/lib/postgresql/data:rw
|
- apsadmindb-volume:/var/lib/postgresql/data:rw
|
||||||
|
|
||||||
search-aps:
|
|
||||||
image: elasticsearch:${ELASTICSEARCH_TAG}
|
|
||||||
environment:
|
|
||||||
discovery.type: single-node
|
|
||||||
ulimits:
|
|
||||||
memlock:
|
|
||||||
soft: -1
|
|
||||||
hard: -1
|
|
||||||
depends_on:
|
|
||||||
- activiti-app
|
|
||||||
volumes:
|
|
||||||
- esindex-volume:/var/lib/postgresql/data:rw
|
|
||||||
|
|
||||||
proxy:
|
proxy:
|
||||||
build: ./nginx-ingress
|
build: ./nginx-ingress
|
||||||
@@ -66,5 +52,3 @@ volumes:
|
|||||||
driver: local
|
driver: local
|
||||||
apsadmindb-volume:
|
apsadmindb-volume:
|
||||||
driver: local
|
driver: local
|
||||||
esindex-volume:
|
|
||||||
driver: local
|
|
||||||
|
|||||||
Reference in New Issue
Block a user