summaryrefslogtreecommitdiff
path: root/docker/README
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-01-05 16:42:23 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-01-05 16:42:23 +0100
commitdfdbc39c9d7f6bcbb5bb496066d597d99eafa640 (patch)
tree817122f6d881ae324d92ee5140b8faf1d364afa0 /docker/README
parent6564f8da1eace6f6675bfdad1cf6259595dc7f81 (diff)
downloaddeployment-dfdbc39c9d7f6bcbb5bb496066d597d99eafa640.tar.gz
deployment-dfdbc39c9d7f6bcbb5bb496066d597d99eafa640.tar.bz2
deployment-dfdbc39c9d7f6bcbb5bb496066d597d99eafa640.zip
Update README
Diffstat (limited to 'docker/README')
-rw-r--r--docker/README9
1 files changed, 6 insertions, 3 deletions
diff --git a/docker/README b/docker/README
index b82f510..6998ee3 100644
--- a/docker/README
+++ b/docker/README
@@ -19,10 +19,13 @@ to be built.
From <THIS_REPO/docker/<COMPONENT>, give:
-$ docker-compose build
+# NOTE for 'merchant' build: as default, the merchant is configured
+# to work with the 'demo' exchange running at exchange.demo.taler.net.
+# Nonetheless, edit (before building) the files
+# <THIS_REPO>/docker/merchant/exchange_{pub,url}.txt, in case the merchant
+# needs to work with any other exchange.
-This command builds the 'base' image and pulls down the postgresql
-and nginx images.
+$ docker-compose build
2. Launch the service.