gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: README. Not exposing the 'pos


From: gnunet
Subject: [taler-deployment] branch master updated: README. Not exposing the 'pos' port
Date: Thu, 17 Nov 2022 13:08:09 +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 2ed79a7  README.  Not exposing the 'pos' port
2ed79a7 is described below

commit 2ed79a7615996ae7dbd2202183612e08324d3ab7
Author: MS <ms@taler.net>
AuthorDate: Thu Nov 17 13:07:30 2022 +0100

    README.  Not exposing the 'pos' port
---
 docker/demo/README             | 24 +++++++++++++++++++++---
 docker/demo/docker-compose.yml |  1 -
 2 files changed, 21 insertions(+), 4 deletions(-)

diff --git a/docker/demo/README b/docker/demo/README
index 9781574..2ba2f1f 100644
--- a/docker/demo/README
+++ b/docker/demo/README
@@ -90,11 +90,29 @@ Run
 ---
 
 The following command starts all the services in the background,
-and manages all the restarts (FIXME: double-check this).
-Run it from this directory:
+and manages all the restarts (FIXME: double-check this).  Run it
+from this directory:
 
   $ docker-compose up --remove-orphans -d 
 
+The ports exposed on the host by each service can be changed
+via the following environment variables:
+
+- TALER_MERCHANT_PORT
+- TALER_BLOG_PORT
+- TALER_DONATIONS_PORT
+- TALER_SURVEY_PORT
+- TALER_LANDING_PORT
+- TALER_SYNC_PORT
+- LIBEUFIN_SANDBOX_PORT
+- LIBEUFIN_NEXUS_PORT
+- LIBEUFIN_FRONTEND_PORT
+- TALER_DB_PORT
+
+TALER_DB_PORT is not used by the contained services, but
+allows a 'psql' instance to attach to the contained database
+for debugging.
+
 On a daemonized setup, live logs can still be seen by running
 the following command from this directory:
 
@@ -140,7 +158,7 @@ How to test on localhost
 
 From this directory:
   
-  $ ./test-docker-mvp.sh
+  $ ./test-docker-localhost.sh
 
 The above test registers a new bank account to libEufin,
 withdraw coins and spend them directly at the merchant backend.
diff --git a/docker/demo/docker-compose.yml b/docker/demo/docker-compose.yml
index 696f2c0..d44b9d2 100644
--- a/docker/demo/docker-compose.yml
+++ b/docker/demo/docker-compose.yml
@@ -49,7 +49,6 @@ services:
       - ${TALER_SURVEY_PORT:-5561}:8082 # survey
       - ${TALER_LANDING_PORT:-5562}:8083 # landing
       - ${TALER_SYNC_PORT:-5563}:8084 # sync
-      - ${TALER_POS_PORT:-5564}:8085 # pos
     volumes:
       - talerlogs:/logs
       - ${TALER_DEPLOYMENT_CONFIG:?Please export 
TALER_DEPLOYMENT_CONFIG}:/config/deployment.conf

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