From 944397b02c4b427a0531660954a8021c785e0c96 Mon Sep 17 00:00:00 2001 From: "Brian M. Long" Date: Wed, 25 Oct 2023 18:48:58 -0400 Subject: [PATCH] removed aps-search --- docker-compose.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index ea789e5..f65b6d4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,7 +7,6 @@ services: image: quay.io/alfresco/alfresco-process-services:${APS_TAG} environment: ACTIVITI_DATASOURCE_URL: 'jdbc:postgresql://postgres-aps:5432/activiti?characterEncoding=UTF-8' - ACTIVITI_ES_REST_CLIENT_ADDRESS: search-aps depends_on: - postgres-aps volumes: @@ -36,19 +35,6 @@ services: POSTGRES_DB: activiti-admin volumes: - 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: build: ./nginx-ingress @@ -66,5 +52,3 @@ volumes: driver: local apsadmindb-volume: driver: local - esindex-volume: - driver: local