taler-deployment

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

commit 1acefc0a1da861554ee3793821ec7ec2b3c38c15
parent 96882da2c1e112faf0cd8dde941d4974617f8cd2
Author: Florian Dold <florian@dold.me>
Date:   Mon, 23 Jan 2023 21:57:50 +0100

be explicit about the image name

Diffstat:
Msandcastle/docker-compose.yml | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/sandcastle/docker-compose.yml b/sandcastle/docker-compose.yml @@ -7,6 +7,7 @@ volumes: services: talerdb: build: ./images/postgres + image: sandcastle_talerdb ports: - ${TALER_DB_PORT:-8888}:5432 volumes: @@ -30,6 +31,7 @@ services: exchange: build: ./images/exchange + image: sandcastle_exchange depends_on: - talerdb ports: @@ -42,6 +44,7 @@ services: merchant: build: ./images/merchant + image: sandcastle_merchant depends_on: - talerdb ports: