From c585f51615f1964bd9bfa1559641df6dd62729c9 Mon Sep 17 00:00:00 2001 From: pmacius Date: Mon, 22 Jul 2024 16:38:31 +0200 Subject: [PATCH] add componets to docker file components --- docker-compose/docker-compose-components.yml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/docker-compose/docker-compose-components.yml b/docker-compose/docker-compose-components.yml index 5a4b3a30..fbb63eb2 100644 --- a/docker-compose/docker-compose-components.yml +++ b/docker-compose/docker-compose-components.yml @@ -181,12 +181,22 @@ services: -XX:MaxRAMPercentage=80 ports: - "9090:9090" - live-indexing: - image: alfresco-elasticsearch-live-indexing:latest + live-indexing-metadata: + image: alfresco-elasticsearch-live-indexing-metadata:latest + environment: + SPRING_ELASTICSEARCH_REST_URIS: http://elastic:9200 + SPRING_ACTIVEMQ_BROKERURL: nio://activemq:61616 + live-indexing-path: + image: alfresco-elasticsearch-live-indexing-path:latest + environment: + SPRING_ELASTICSEARCH_REST_URIS: http://elasticsearch:9200 + SPRING_ACTIVEMQ_BROKERURL: nio://activemq:61616 + live-indexing-content: + image: alfresco-elasticsearch-live-indexing-content:latest environment: SPRING_ELASTICSEARCH_REST_URIS: http://elasticsearch:9200 SPRING_ACTIVEMQ_BROKERURL: nio://activemq:61616 - ALFRESCO_SHAREDFILESTORE_BASEURL: http://shared-file-store:8099/alfresco/api/-default-/private/sfs/versions/1/file/ + ALFRESCO_SHAREDFILESTORE_BASEURL: http://shared-file-store:8099/alfresco/api/-default-/private/sfs/versions/1/file volumes: shared-file-store-volume: driver_opts: