summaryrefslogtreecommitdiff
path: root/historic/docker/debug/docker-compose.yml
diff options
context:
space:
mode:
Diffstat (limited to 'historic/docker/debug/docker-compose.yml')
-rw-r--r--historic/docker/debug/docker-compose.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/historic/docker/debug/docker-compose.yml b/historic/docker/debug/docker-compose.yml
new file mode 100644
index 0000000..390f461
--- /dev/null
+++ b/historic/docker/debug/docker-compose.yml
@@ -0,0 +1,9 @@
+version: '2'
+services:
+ client:
+ build: ./client
+ image: taler/debug/db
+ depends_on:
+ - dbcontainer
+ dbcontainer:
+ image: postgres