taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 1c8ab709aed0eea2aa4b83c72ec7956ae5bd45ca
parent 8c5e0636a56295928b4592046b2e3f11146a2982
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Wed, 28 Dec 2016 20:44:28 +0100

Fix yml

Diffstat:
Mdocker/debug/docker-compose.yml | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docker/debug/docker-compose.yml b/docker/debug/docker-compose.yml @@ -3,7 +3,8 @@ services: shell: build: ./shell image: taler/debug/db - depends_on: postgres + depends_on: + - postgres base: build: ./client depends_on: