You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2017/10/27 21:50:04 UTC

[GitHub] ddragosd closed pull request #62: added redis host for invoker

ddragosd closed pull request #62: added redis host for invoker
URL: https://github.com/apache/incubator-openwhisk-devtools/pull/62
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/docker-compose/docker-compose.yml b/docker-compose/docker-compose.yml
index bad9335..50c8ef3 100644
--- a/docker-compose/docker-compose.yml
+++ b/docker-compose/docker-compose.yml
@@ -81,7 +81,7 @@ services:
       - ~/tmp/openwhisk/local.env     # generated during make setup
     environment:
       COMPONENT_NAME: invoker
-      SERVICE_NAME: invoker0
+      INVOKER_NAME: invoker0
       PORT: 8085
 
       KAFKA_HOST: kafka.docker
@@ -116,6 +116,8 @@ services:
     image: redis:2.8
     expose:
       - "6379"
+    ports:
+      - "6379:6379"  
   apigateway:
     image: adobeapiplatform/apigateway:1.1.0
     links:


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services