taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 128130a12ddb22bc7dfe4c6efef10f62bfb4e929
parent 795c23aad49177fab9655014df67191db9afd940
Author: Florian Dold <florian@dold.me>
Date:   Wed, 31 May 2023 09:36:56 +0200

-logging

Diffstat:
Msandcastle/images/libeufin/startup.sh | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/sandcastle/images/libeufin/startup.sh b/sandcastle/images/libeufin/startup.sh @@ -200,6 +200,8 @@ sed -i "s;__BANK_BACKEND_URL__;${BANK_BACKEND_URL};" /usr/local/share/taler/demo nginx -c /nginx.conf 2>&1 | rotatelogs -e /logs/bank-ui-%Y-%m-%d.log 86400 & touch $INIT_MARKER +echo "Launched bank services" + # -n makes 'wait' return as soon as one of the background # processes exits. That triggers then the 'restart: always' # policy set in the compose file.