summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-12-28 20:41:21 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-12-28 20:41:21 +0100
commit8c5e0636a56295928b4592046b2e3f11146a2982 (patch)
tree062806bedc213285e19adc9c78a2f36453c39931 /docker
parent3967e03a9dfae4ffb40d748b9149d927d99d2bd7 (diff)
downloaddeployment-8c5e0636a56295928b4592046b2e3f11146a2982.tar.gz
deployment-8c5e0636a56295928b4592046b2e3f11146a2982.tar.bz2
deployment-8c5e0636a56295928b4592046b2e3f11146a2982.zip
Still debugging docker
Diffstat (limited to 'docker')
-rw-r--r--docker/debug/docker-compose.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/debug/docker-compose.yml b/docker/debug/docker-compose.yml
index f65a823..f8c68d9 100644
--- a/docker/debug/docker-compose.yml
+++ b/docker/debug/docker-compose.yml
@@ -2,6 +2,7 @@ version: '2'
services:
shell:
build: ./shell
+ image: taler/debug/db
depends_on: postgres
base:
build: ./client