gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: always restarting containers


From: gnunet
Subject: [taler-deployment] branch master updated: always restarting containers
Date: Mon, 28 Nov 2022 19:28:37 +0100

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

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 44ae63c  always restarting containers
44ae63c is described below

commit 44ae63cefedd93ced9af2f093e60c37cc68165c7
Author: MS <ms@taler.net>
AuthorDate: Mon Nov 28 19:27:53 2022 +0100

    always restarting containers
---
 docker/demo/README             | 5 ++---
 docker/demo/docker-compose.yml | 4 ++++
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/docker/demo/README b/docker/demo/README
index 8c7aaa5..fe0f770 100644
--- a/docker/demo/README
+++ b/docker/demo/README
@@ -72,10 +72,9 @@ Run
 ---
 
 The following command starts all the services in the background,
-and manages all the restarts (FIXME: double-check this).  Run it
-from this directory:
+and manages all the restarts.  Run it from this directory:
 
-  $ docker-compose up --remove-orphans -d 
+  $ docker-compose up --remove-orphans -d
 
 The ports exposed on the host by each service can be changed
 via the following environment variables:
diff --git a/docker/demo/docker-compose.yml b/docker/demo/docker-compose.yml
index 0142c6c..d7af0be 100644
--- a/docker/demo/docker-compose.yml
+++ b/docker/demo/docker-compose.yml
@@ -26,6 +26,7 @@ services:
       # the final "/postgresql" is used to create
       # a "postgresql" subfolder in the data volume.
       PGDATA: /var/lib/postgresql/data/postgresql
+    restart: always
 
   exchange:
     build: ./images/exchange
@@ -37,6 +38,7 @@ services:
       - talerlogs:/logs
       - talerdata:/data
       - 
${TALER_DEPLOYMENT_CONFIG:-./config/deployment.conf}:/config/deployment.conf
+    restart: always
 
   merchant:
     build: ./images/merchant
@@ -52,6 +54,7 @@ services:
     volumes:
       - talerlogs:/logs
       - 
${TALER_DEPLOYMENT_CONFIG:-./config/deployment.conf}:/config/deployment.conf
+    restart: always
 
   bank:
     build: ./images/libeufin
@@ -63,3 +66,4 @@ services:
       - talerlogs:/logs
       - talerdata:/data
       - 
${TALER_DEPLOYMENT_CONFIG:-./config/deployment.conf}:/config/deployment.conf
+    restart: always

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