summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
authorMS <ms@taler.net>2022-11-15 08:41:49 +0100
committerMS <ms@taler.net>2022-11-15 08:41:49 +0100
commit2aead38078000112d3d82824ed0950ff52093e97 (patch)
treec48b597c2e62f53312ef4641d42de771f4acf424 /buildbot
parent42d9ba01ab23ce390fafa3fc339705efc8d4ea80 (diff)
downloaddeployment-2aead38078000112d3d82824ed0950ff52093e97.tar.gz
deployment-2aead38078000112d3d82824ed0950ff52093e97.tar.bz2
deployment-2aead38078000112d3d82824ed0950ff52093e97.zip
custom ports
Diffstat (limited to 'buildbot')
-rw-r--r--buildbot/master.cfg15
1 files changed, 14 insertions, 1 deletions
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(