You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2022/11/01 15:03:16 UTC

[james-project] branch master updated: [Changes] updated docker-compose.yml files to reflect change from elasticsearch to opensearch (#1279)

This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git


The following commit(s) were added to refs/heads/master by this push:
     new 3b99981f71 [Changes] updated docker-compose.yml files to reflect change from elasticsearch to opensearch (#1279)
3b99981f71 is described below

commit 3b99981f71fc44c49532a5569b4b756334aa20d4
Author: Hitesh C <ja...@gmail.com>
AuthorDate: Tue Nov 1 20:33:10 2022 +0530

    [Changes] updated docker-compose.yml files to reflect change from elasticsearch to opensearch (#1279)
---
 server/apps/cassandra-app/docker-compose.yml        |  2 +-
 server/apps/distributed-app/docker-compose.yml      |  2 +-
 server/apps/distributed-pop3-app/docker-compose.yml | 13 +++++++++++--
 third-party/clamav/docker-compose.yml               |  4 ++--
 4 files changed, 15 insertions(+), 6 deletions(-)

diff --git a/server/apps/cassandra-app/docker-compose.yml b/server/apps/cassandra-app/docker-compose.yml
index b0e1a14a1b..a2627519a0 100644
--- a/server/apps/cassandra-app/docker-compose.yml
+++ b/server/apps/cassandra-app/docker-compose.yml
@@ -4,7 +4,7 @@ services:
 
   james:
     depends_on:
-      - elasticsearch
+      - opensearch
       - cassandra
       - tika
     image: apache/james:cassandra-latest
diff --git a/server/apps/distributed-app/docker-compose.yml b/server/apps/distributed-app/docker-compose.yml
index ca0cf673ac..70b70ec1f0 100644
--- a/server/apps/distributed-app/docker-compose.yml
+++ b/server/apps/distributed-app/docker-compose.yml
@@ -4,7 +4,7 @@ services:
 
   james:
     depends_on:
-      - elasticsearch
+      - opensearch
       - cassandra
       - tika
       - rabbitmq
diff --git a/server/apps/distributed-pop3-app/docker-compose.yml b/server/apps/distributed-pop3-app/docker-compose.yml
index 49a13d2343..36e9621b2e 100644
--- a/server/apps/distributed-pop3-app/docker-compose.yml
+++ b/server/apps/distributed-pop3-app/docker-compose.yml
@@ -4,7 +4,7 @@ services:
 
   james:
     depends_on:
-      - elasticsearch
+      - opensearch
       - cassandra
       - tika
       - rabbitmq
@@ -22,11 +22,21 @@ services:
       - "993:993"
       - "8000:8000"
 
+  opensearch:
+    image: opensearchproject/opensearch:2.1.0
+    environment:
+      - discovery.type=single-node
+      - DISABLE_INSTALL_DEMO_CONFIG=true
+      - DISABLE_SECURITY_PLUGIN=true
+
   cassandra:
     image: cassandra:3.11.10
     ports:
       - "9042:9042"
 
+  tika:
+    image: apache/tika:1.28.2
+
   rabbitmq:
     image: rabbitmq:3.9.18-management
     ports:
@@ -42,4 +52,3 @@ services:
       - S3BACKEND=mem
       - LOG_LEVEL=trace
       - REMOTE_MANAGEMENT_DISABLE=1
-
diff --git a/third-party/clamav/docker-compose.yml b/third-party/clamav/docker-compose.yml
index 1754d3a91f..e04e5aba55 100644
--- a/third-party/clamav/docker-compose.yml
+++ b/third-party/clamav/docker-compose.yml
@@ -4,7 +4,7 @@ services:
 
   james:
     depends_on:
-      - elasticsearch
+      - opensearch
       - cassandra
       - tika
       - rabbitmq
@@ -57,4 +57,4 @@ services:
       - REMOTE_MANAGEMENT_DISABLE=1
 
   clamav:
-    image: clamav/clamav:0.105
\ No newline at end of file
+    image: clamav/clamav:0.105


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org