gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: be explicit about the image na


From: gnunet
Subject: [taler-deployment] branch master updated: be explicit about the image name
Date: Mon, 23 Jan 2023 21:57:53 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 1acefc0  be explicit about the image name
1acefc0 is described below

commit 1acefc0a1da861554ee3793821ec7ec2b3c38c15
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Jan 23 21:57:50 2023 +0100

    be explicit about the image name
---
 sandcastle/docker-compose.yml | 3 +++
 1 file changed, 3 insertions(+)

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:

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]