summaryrefslogtreecommitdiff
path: root/docker/TODO
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-02-17 21:20:12 +0100
committerChristian Grothoff <christian@grothoff.org>2020-02-17 21:20:12 +0100
commit21c6b40156db5a505215d4ce57fcab0ff6691300 (patch)
tree9dd8b61796c86e1b6694406ad3660cf64d00ce09 /docker/TODO
parentbe061b4da9a8850412c216bdf49589e6951527c5 (diff)
downloaddeployment-21c6b40156db5a505215d4ce57fcab0ff6691300.tar.gz
deployment-21c6b40156db5a505215d4ce57fcab0ff6691300.tar.bz2
deployment-21c6b40156db5a505215d4ce57fcab0ff6691300.zip
move unmaintained files to historic/
Diffstat (limited to 'docker/TODO')
-rw-r--r--docker/TODO28
1 files changed, 0 insertions, 28 deletions
diff --git a/docker/TODO b/docker/TODO
deleted file mode 100644
index 387f758..0000000
--- a/docker/TODO
+++ /dev/null
@@ -1,28 +0,0 @@
-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 (more importantly needed to test the TGZ
- which comes from 'make dist')
-
-- postgres (as a running service)
-
-- Feed configuration to exchange and merchant containers,
- from outside (?) the container
-
-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.