taler-deployment

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

commit d0d887951933dc9e421a5e5b1c671d03958dbee5
parent 7b8b1ba01d9be140a8a69548648183d84ee6a114
Author: MS <ms@taler.net>
Date:   Mon, 14 Nov 2022 16:29:24 +0100

sandbox config BB

Diffstat:
Mbuildbot/restart.sh | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/buildbot/restart.sh b/buildbot/restart.sh @@ -5,5 +5,6 @@ set -eu cd ${HOME}/deployment/docker/demo export DOCKER_HOST=unix://${XDG_RUNTIME_DIR}/docker.sock +export TALER_DEPLOYMENT_CONFIG=${HOME}/deployment.conf docker-compose stop docker-compose up --remove-orphans -d