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 16:55:39 UTC

[incubator-streampipes-installer] branch dev updated: Add volume for images to sinks container

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 0358ae8  Add volume for images to sinks container
0358ae8 is described below

commit 0358ae8adb890b8a35f642be22eed4b14a25cdc1
Author: Philipp Zehnder <ze...@fzi.de>
AuthorDate: Tue Feb 18 17:55:10 2020 +0100

    Add volume for images to sinks container
---
 cli/services/sinks-internal-jvm/docker-compose.yml | 5 +++++
 1 file changed, 5 insertions(+)

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