[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-sandcastle-ng] branch master updated: remove survey ports
From: |
gnunet |
Subject: |
[taler-sandcastle-ng] branch master updated: remove survey ports |
Date: |
Mon, 19 Feb 2024 02:05:29 +0100 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository sandcastle-ng.
The following commit(s) were added to refs/heads/master by this push:
new e1e1b57 remove survey ports
e1e1b57 is described below
commit e1e1b57b30b2aca0669c05b07763e380f662fbab
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Feb 19 02:05:29 2024 +0100
remove survey ports
---
sandcastle-run | 3 ---
1 file changed, 3 deletions(-)
diff --git a/sandcastle-run b/sandcastle-run
index 7d31257..5fe726d 100755
--- a/sandcastle-run
+++ b/sandcastle-run
@@ -8,7 +8,6 @@ SANDCASTLE_PORT_MERCHANT=16000
SANDCASTLE_PORT_EXCHANGE=16001
SANDCASTLE_PORT_BLOG=16002
SANDCASTLE_PORT_DONATIONS=16003
-SANDCASTLE_PORT_SURVEY=16004
SANDCASTLE_PORT_LANDING=16005
SANDCASTLE_PORT_LIBEUFIN_BANK=16007
SANDCASTLE_PORT_BANK_SPA=16009
@@ -20,7 +19,6 @@ PORT_INTERNAL_LIBEUFIN_BANK=8080
PORT_INTERNAL_LANDING=8501
PORT_INTERNAL_BLOG=8502
PORT_INTERNAL_DONATIONS=8503
-PORT_INTERNAL_SURVEY=8504
PORT_INTERNAL_BANK_SPA=8505
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
@@ -56,7 +54,6 @@ podman run \
-p=$SANDCASTLE_PORT_LANDING:$PORT_INTERNAL_LANDING \
-p=$SANDCASTLE_PORT_BLOG:$PORT_INTERNAL_BLOG \
-p=$SANDCASTLE_PORT_DONATIONS:$PORT_INTERNAL_DONATIONS \
- -p=$SANDCASTLE_PORT_SURVEY:$PORT_INTERNAL_SURVEY \
-p=$SANDCASTLE_PORT_BANK_SPA:$PORT_INTERNAL_BANK_SPA \
--name taler-sandcastle \
--systemd=always \
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-sandcastle-ng] branch master updated: remove survey ports,
gnunet <=