You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesatee.apache.org by ms...@apache.org on 2019/12/05 01:37:37 UTC

[incubator-mesatee] branch master updated: [docker] Add env var MESATEE_CFG_DIR=. in docker-compose to avoid warnings (#124)

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

mssun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mesatee.git


The following commit(s) were added to refs/heads/master by this push:
     new bd9ca1e  [docker] Add env var MESATEE_CFG_DIR=. in docker-compose to avoid warnings (#124)
bd9ca1e is described below

commit bd9ca1eaa52db6ab78f4c195872982471e81c13f
Author: Mingshen Sun <bo...@mssun.me>
AuthorDate: Wed Dec 4 17:37:28 2019 -0800

    [docker] Add env var MESATEE_CFG_DIR=. in docker-compose to avoid warnings (#124)
---
 docker/docker-compose-ubuntu-1604.yml | 4 ++++
 docker/docker-compose-ubuntu-1804.yml | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/docker/docker-compose-ubuntu-1604.yml b/docker/docker-compose-ubuntu-1604.yml
index 4f24889..b7dabe1 100644
--- a/docker/docker-compose-ubuntu-1604.yml
+++ b/docker/docker-compose-ubuntu-1604.yml
@@ -21,6 +21,7 @@ services:
       - IAS_SPID
       - IAS_KEY
       - RUST_LOG
+      - MESATEE_CFG_DIR=.
     networks:
       front:
       mesatee_net:
@@ -49,6 +50,7 @@ services:
       - IAS_SPID
       - IAS_KEY
       - RUST_LOG
+      - MESATEE_CFG_DIR=.
       - MESATEE_STORAGE_DIR=/tmp/mesatee_storage
     networks:
       front:
@@ -76,6 +78,7 @@ services:
       - IAS_SPID
       - IAS_KEY
       - RUST_LOG
+      - MESATEE_CFG_DIR=.
       - MESATEE_STORAGE_DIR=/tmp/mesatee_storage
     networks:
       front:
@@ -100,6 +103,7 @@ services:
       - IAS_SPID
       - IAS_KEY
       - RUST_LOG
+      - MESATEE_CFG_DIR=.
     networks:
       mesatee_net:
         ipv4_address: 172.18.18.102
diff --git a/docker/docker-compose-ubuntu-1804.yml b/docker/docker-compose-ubuntu-1804.yml
index 5f6324f..0f39885 100644
--- a/docker/docker-compose-ubuntu-1804.yml
+++ b/docker/docker-compose-ubuntu-1804.yml
@@ -21,6 +21,7 @@ services:
       - IAS_SPID
       - IAS_KEY
       - RUST_LOG
+      - MESATEE_CFG_DIR=.
     networks:
       front:
       mesatee_net:
@@ -49,6 +50,7 @@ services:
       - IAS_SPID
       - IAS_KEY
       - RUST_LOG
+      - MESATEE_CFG_DIR=.
       - MESATEE_STORAGE_DIR=/tmp/mesatee_storage
     networks:
       front:
@@ -76,6 +78,7 @@ services:
       - IAS_SPID
       - IAS_KEY
       - RUST_LOG
+      - MESATEE_CFG_DIR=.
       - MESATEE_STORAGE_DIR=/tmp/mesatee_storage
     networks:
       front:
@@ -100,6 +103,7 @@ services:
       - IAS_SPID
       - IAS_KEY
       - RUST_LOG
+      - MESATEE_CFG_DIR=.
     networks:
       mesatee_net:
         ipv4_address: 172.18.18.102


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@mesatee.apache.org
For additional commands, e-mail: commits-help@mesatee.apache.org