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

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi.git


The following commit(s) were added to refs/heads/master by this push:
     new 2996bc5  fix(docker): add missing env variable
     new e428db6  Merge pull request #126 from YotpoLtd/fix_docker_compose
2996bc5 is described below

commit 2996bc5dcac298bbf9c63fe64f344a2cdc734342
Author: lyogev <[email protected]>
AuthorDate: Fri Feb 7 09:11:10 2020 +0200

    fix(docker): add missing env variable
---
 docker/docker-compose.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml
index e804213..1807294 100644
--- a/docker/docker-compose.yml
+++ b/docker/docker-compose.yml
@@ -35,6 +35,7 @@ services:
     environment:
       - ELASTICSEARCH_HOST=elasticsearch
       - ELASTICSEARCH_PORT=9300
+      - UNOMI_ELASTICSEARCH_ADDRESSES=elasticsearch:9300
     ports:
       - 8181:8181
       - 9443:9443

Reply via email to