summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-11-14 01:02:34 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-11-14 01:02:34 +0100
commit66cdd18ca62f79af1ae1e0b2beb40ef667818b2d (patch)
treedaff21daaafb000b3b431675c7b4b8eeab9fa652
parentd6a431f46cd8f7f3f5857594254b32975b575b36 (diff)
downloaddeployment-66cdd18ca62f79af1ae1e0b2beb40ef667818b2d.tar.gz
deployment-66cdd18ca62f79af1ae1e0b2beb40ef667818b2d.tar.bz2
deployment-66cdd18ca62f79af1ae1e0b2beb40ef667818b2d.zip
TODO containers
-rw-r--r--docker/TODO22
1 files changed, 22 insertions, 0 deletions
diff --git a/docker/TODO b/docker/TODO
new file mode 100644
index 0000000..9fdaf00
--- /dev/null
+++ b/docker/TODO
@@ -0,0 +1,22 @@
+Missing containers:
+
+- "standalone" ones: they actually *run* the
+ service and may also link to configuration on
+ the host machine when they are launched.
+
+- frontends
+- bank
+- postgres (as a running service)
+
+Missing compositions:
+
+Ideally, the Docker setting should instantiate two
+Taler flavours:
+
+- Self-contained testing: all components ready to be
+ tested by the automated clicker, AKA they are a replacement
+ for what runs at *.{test,demo}.taler.net
+
+- Ready-to-ship: a composition that instantiates a fully
+ operational exchange or merchant, according to the customer
+ needs.