summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorMS <ms@taler.net>2022-11-17 13:07:30 +0100
committerMS <ms@taler.net>2022-11-17 13:07:30 +0100
commit2ed79a7615996ae7dbd2202183612e08324d3ab7 (patch)
tree543aae5d9640e01987f0429e8018a4b7ef5e9722 /docker
parent60aa244eda57335af86fb21671baee4d0d60a729 (diff)
downloaddeployment-2ed79a7615996ae7dbd2202183612e08324d3ab7.tar.gz
deployment-2ed79a7615996ae7dbd2202183612e08324d3ab7.tar.bz2
deployment-2ed79a7615996ae7dbd2202183612e08324d3ab7.zip
README. Not exposing the 'pos' port
Diffstat (limited to 'docker')
-rw-r--r--docker/demo/README24
-rw-r--r--docker/demo/docker-compose.yml1
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