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/09/23 19:44:43 UTC

[incubator-streampipes-extensions] branch dev updated: [STREAMPIPES-231] Images are not shown in Data Explorer

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-extensions.git


The following commit(s) were added to refs/heads/dev by this push:
     new 0bcaa8c  [STREAMPIPES-231] Images are not shown in Data Explorer
0bcaa8c is described below

commit 0bcaa8c4f3dc20639d51ee86519dc56e59b9f22f
Author: Philipp Zehnder <ze...@fzi.de>
AuthorDate: Wed Sep 23 21:43:41 2020 +0200

    [STREAMPIPES-231] Images are not shown in Data Explorer
---
 docker-compose.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/docker-compose.yml b/docker-compose.yml
index 345d236..56cd07a 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -55,6 +55,8 @@ services:
       args:
         BASE_IMAGE: adoptopenjdk/openjdk8-openj9:alpine-slim
     image: incubator-streampipes_pipeline-elements-all-jvm:release-validation
+    volumes:
+    - files:/spImages
     logging: *default-logging
     networks:
       spnet:
@@ -92,6 +94,9 @@ services:
     networks:
       spnet:
 
+volumes:
+  files:
+
 networks:
   spnet:
     external: true
\ No newline at end of file