You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2020/04/06 19:10:16 UTC

[incubator-streampipes-installer] branch dev updated: Modify big template, remove port binding from processors-text-mining-jvm

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

riemer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes-installer.git


The following commit(s) were added to refs/heads/dev by this push:
     new 0af3d96  Modify big template, remove port binding from processors-text-mining-jvm
0af3d96 is described below

commit 0af3d960ffce1ea7d97ef59e3fcc62e9088ba334
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Mon Apr 6 21:10:03 2020 +0200

    Modify big template, remove port binding from processors-text-mining-jvm
---
 cli/services/processors-text-mining-jvm/docker-compose.yml | 2 --
 cli/templates/full                                         | 2 ++
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/cli/services/processors-text-mining-jvm/docker-compose.yml b/cli/services/processors-text-mining-jvm/docker-compose.yml
index 7c5de12..7eaac07 100644
--- a/cli/services/processors-text-mining-jvm/docker-compose.yml
+++ b/cli/services/processors-text-mining-jvm/docker-compose.yml
@@ -21,8 +21,6 @@ services:
       - "consul"
     volumes:
       - ./config/models:/data/models
-    ports:
-      - "8090:8090"
     extra_hosts:
       - host.docker.internal:${HOST_DOCKER_INTERNAL}
     networks:
diff --git a/cli/templates/full b/cli/templates/full
index c494644..2355930 100644
--- a/cli/templates/full
+++ b/cli/templates/full
@@ -18,10 +18,12 @@ processors-pattern-detection-flink
 processors-statistics-flink
 processors-transformation-flink
 processors-transformation-jvm
+processors-text-mining-jvm
 sinks-brokers-jvm
 sinks-databases-flink
 sinks-databases-jvm
 sinks-internal-jvm
+sinks-notifications-jvm
 sources-vehicle-simulator
 sources-watertank-simulator
 taskmanager