removed aps-search

This commit is contained in:
2023-10-25 18:48:58 -04:00
parent 3c1796b0b4
commit 944397b02c
-16
View File
@@ -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:
@@ -37,19 +36,6 @@ services:
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
image: local/nginx-ingress:aps image: local/nginx-ingress:aps
@@ -66,5 +52,3 @@ volumes:
driver: local driver: local
apsadmindb-volume: apsadmindb-volume:
driver: local driver: local
esindex-volume:
driver: local