gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: default TALER_DEPLOYMENT_CONFI


From: gnunet
Subject: [taler-deployment] branch master updated: default TALER_DEPLOYMENT_CONFIG
Date: Sun, 20 Nov 2022 21:06:47 +0100

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new cd07307  default TALER_DEPLOYMENT_CONFIG
cd07307 is described below

commit cd073076d139cf7edb8ba79391c64ecfb41da0dc
Author: MS <ms@taler.net>
AuthorDate: Sun Nov 20 20:41:42 2022 +0100

    default TALER_DEPLOYMENT_CONFIG
---
 docker/demo/docker-compose.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docker/demo/docker-compose.yml b/docker/demo/docker-compose.yml
index d44b9d2..0142c6c 100644
--- a/docker/demo/docker-compose.yml
+++ b/docker/demo/docker-compose.yml
@@ -12,7 +12,7 @@ services:
     volumes:
       - talerlogs:/logs
       - talerdata:/var/lib/postgresql/data/
-      - ${TALER_DEPLOYMENT_CONFIG:?Please export 
TALER_DEPLOYMENT_CONFIG}:/config/deployment.conf
+      - 
${TALER_DEPLOYMENT_CONFIG:-./config/deployment.conf}:/config/deployment.conf
     environment:
       # root is the only role existing in the DBMS.  That
       # matches the role used by other containers when
@@ -36,7 +36,7 @@ services:
     volumes:
       - talerlogs:/logs
       - talerdata:/data
-      - ${TALER_DEPLOYMENT_CONFIG:?Please export 
TALER_DEPLOYMENT_CONFIG}:/config/deployment.conf
+      - 
${TALER_DEPLOYMENT_CONFIG:-./config/deployment.conf}:/config/deployment.conf
 
   merchant:
     build: ./images/merchant
@@ -51,7 +51,7 @@ services:
       - ${TALER_SYNC_PORT:-5563}:8084 # sync
     volumes:
       - talerlogs:/logs
-      - ${TALER_DEPLOYMENT_CONFIG:?Please export 
TALER_DEPLOYMENT_CONFIG}:/config/deployment.conf
+      - 
${TALER_DEPLOYMENT_CONFIG:-./config/deployment.conf}:/config/deployment.conf
 
   bank:
     build: ./images/libeufin
@@ -62,4 +62,4 @@ services:
     volumes:
       - talerlogs:/logs
       - talerdata:/data
-      - ${TALER_DEPLOYMENT_CONFIG:?Please export 
TALER_DEPLOYMENT_CONFIG}:/config/deployment.conf
+      - 
${TALER_DEPLOYMENT_CONFIG:-./config/deployment.conf}:/config/deployment.conf

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]