changeset 123:48866e4ff8ff

DEP-12: fix env definitions
author smith@nwoca.org
date Sat, 06 May 2017 16:53:16 +0100
parents 4875af3f3383
children 6943c7dd91f6
files compose2/preview/usxs-services.yml
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/compose2/preview/usxs-services.yml	Sat May 06 16:45:08 2017 +0100
+++ b/compose2/preview/usxs-services.yml	Sat May 06 16:53:16 2017 +0100
@@ -24,7 +24,7 @@
       - USAS_MODULE_USPSINTEGRATION_CONFIGURATION_USPSCONFIGURATION_CLIENTDNSLOOKUP=false
   usasimport-base:
     image: docker.ssdt.io/usas-import:preview
-    command: -i ${IMP_IRN} -u ${IMP_URL} -r ${IMP_PATH}
+    command: -i ${IMP_IRN:-} -u ${IMP_URL:-} -r ${IMP_PATH:-}
     environment:
       - DB_HOST=usasdb
       - DB_NAME=usasdb
@@ -53,7 +53,7 @@
       - USPS_MODULE_USASINTEGRATION_CONFIGURATION_USASCONFIGURATION_CLIENTDNSLOOKUP=false
   uspsimport-base:
     image: docker.ssdt.io/usps-import:preview
-    command: -i ${IMP_IRN} -u ${IMP_URL} -r ${IMP_PATH} ${IMP_ANON} ${IMP_EM}
+    command: -i ${IMP_IRN:-} -u ${IMP_URL:-} -r ${IMP_PATH:-} ${IMP_ANON:-} ${IMP_EM:-}
     environment:
       - DB_HOST=uspsdb
       - DB_NAME=uspsdb
@@ -61,4 +61,4 @@
       - DB_PASS=${USPS_DB_PASSWORD:-uspsdefault}            
 volumes:
    usasdata:
-   uspsdata:
\ No newline at end of file
+   uspsdata: