summaryrefslogtreecommitdiff
path: root/sandcastle
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-01-23 21:57:50 +0100
committerFlorian Dold <florian@dold.me>2023-01-23 21:57:50 +0100
commit1acefc0a1da861554ee3793821ec7ec2b3c38c15 (patch)
treecc2551ba8f5799579a623101e914547a2747863f /sandcastle
parent96882da2c1e112faf0cd8dde941d4974617f8cd2 (diff)
downloaddeployment-1acefc0a1da861554ee3793821ec7ec2b3c38c15.tar.gz
deployment-1acefc0a1da861554ee3793821ec7ec2b3c38c15.tar.bz2
deployment-1acefc0a1da861554ee3793821ec7ec2b3c38c15.zip
be explicit about the image name
Diffstat (limited to 'sandcastle')
-rw-r--r--sandcastle/docker-compose.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/sandcastle/docker-compose.yml b/sandcastle/docker-compose.yml
index d7af0be..17ee54f 100644
--- 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: