gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: sandcastle: don't use env_file


From: gnunet
Subject: [taler-deployment] branch master updated: sandcastle: don't use env_file
Date: Tue, 30 May 2023 17:40:29 +0200

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 d645440  sandcastle: don't use env_file
d645440 is described below

commit d64544049f807ebc7f88eccf61222dd0d7cb7713
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue May 30 17:40:26 2023 +0200

    sandcastle: don't use env_file
---
 sandcastle/docker-compose.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/sandcastle/docker-compose.yml b/sandcastle/docker-compose.yml
index ba3d756..c04962e 100644
--- a/sandcastle/docker-compose.yml
+++ b/sandcastle/docker-compose.yml
@@ -6,7 +6,6 @@ volumes:
 
 services:
   talerdb:
-    env_file: sandcastle-variables.env
     build: ./images/postgres
     image: sandcastle_talerdb
     ports:
@@ -31,7 +30,6 @@ services:
     restart: always
 
   exchange:
-    env_file: sandcastle-variables.env
     build: ./images/exchange
     image: sandcastle_exchange
     depends_on:
@@ -45,7 +43,6 @@ services:
     restart: always
 
   merchant:
-    env_file: sandcastle-variables.env
     build: ./images/merchant
     image: sandcastle_merchant
     depends_on:
@@ -70,7 +67,6 @@ services:
     restart: always
 
   bank:
-    env_file: sandcastle-variables.env
     build: ./images/libeufin
     ports:
       - ${LIBEUFIN_SANDBOX_PORT}:15000 # Sandbox

-- 
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]