gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: custom ports


From: gnunet
Subject: [taler-deployment] branch master updated: custom ports
Date: Tue, 15 Nov 2022 08:41:59 +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 2aead38  custom ports
2aead38 is described below

commit 2aead38078000112d3d82824ed0950ff52093e97
Author: MS <ms@taler.net>
AuthorDate: Tue Nov 15 08:41:49 2022 +0100

    custom ports
---
 buildbot/master.cfg | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 1e53163..b666c5a 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -1010,7 +1010,20 @@ BUILD_FACTORY.addStep(
         command=["./restart.sh"],
         workdir="../../deployment/buildbot",
         haltOnFailure=True,
-        env={'BRANCH': util.Property("branch")}
+        env={
+            'BRANCH': util.Property("branch"),
+            # Nginx should reverse proxy to these ports.
+            'TALER_MERCHANT_PORT': 16000 
+            'TALER_EXCHANGE_PORT': 16001
+            'TALER_BLOG_PORT': 16002 
+            'TALER_DONATIONS_PORT': 16003
+            'TALER_SURVEY_PORT': 16004
+            'TALER_LANDING_PORT': 16005
+            'TALER_SYNC_PORT': 16006
+            'LIBEUFIN_SANDBOX_PORT': 16007 
+            'LIBEUFIN_NEXUS_PORT': 16008
+            'LIBEUFIN_FRONTEND_PORT': 16009
+        }
     )
 )
 BUILD_FACTORY.addStep(

-- 
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]