You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2020/02/18 17:08:19 UTC

[incubator-streampipes-installer] branch dev updated: Change sinks internal volume

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

zehnder 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 55b0205  Change sinks internal volume
55b0205 is described below

commit 55b0205c1dbcd4f4089a868b8daa585fe6692651
Author: Philipp Zehnder <ze...@fzi.de>
AuthorDate: Tue Feb 18 18:07:55 2020 +0100

    Change sinks internal volume
---
 cli/services/pipeline-elements-all-jvm/docker-compose.yml | 5 +++++
 cli/services/sinks-internal-jvm/docker-compose.yml        | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/cli/services/pipeline-elements-all-jvm/docker-compose.yml b/cli/services/pipeline-elements-all-jvm/docker-compose.yml
index 9df6f5a..7d0084b 100644
--- a/cli/services/pipeline-elements-all-jvm/docker-compose.yml
+++ b/cli/services/pipeline-elements-all-jvm/docker-compose.yml
@@ -23,9 +23,14 @@ services:
 #      - "8098:8090"
     extra_hosts:
       - host.docker.internal:${HOST_DOCKER_INTERNAL}
+    volumes:
+      - sinks_internal:/sp_images
     networks:
       spnet:
 
+volumes:
+  sinks_internal:
+
 networks:
   spnet:
     external: true
diff --git a/cli/services/sinks-internal-jvm/docker-compose.yml b/cli/services/sinks-internal-jvm/docker-compose.yml
index 91825bb..441d026 100644
--- a/cli/services/sinks-internal-jvm/docker-compose.yml
+++ b/cli/services/sinks-internal-jvm/docker-compose.yml
@@ -24,7 +24,7 @@ services:
     extra_hosts:
       - host.docker.internal:${HOST_DOCKER_INTERNAL}
     volumes:
-      - influx:/sp_images
+      - sinks_internal:/sp_images
     networks:
       spnet: