This is an automated email from the ASF dual-hosted git repository.

angeh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/fineract-cn-docker-compose.git

commit 4f824d5480099d729b50a20f7ecdfc6d9bcda8f4
Author: Juhan Aasaru <[email protected]>
AuthorDate: Mon Oct 21 11:35:34 2019 +0300

    cleanup
---
 docker-compose.yml | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/docker-compose.yml b/docker-compose.yml
index e5492f8..c8493da 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -48,9 +48,6 @@ services:
         condition: any
         delay: 10s
         max_attempts: 3
-    volumes:
-      - ./node_config:/etc/configs/:ro
-      - ./node_logs:/tmp/logs
     networks:
       external_tools_default:
       fineract:
@@ -96,9 +93,6 @@ services:
         condition: any
         delay: 10s
         max_attempts: 3
-    volumes:
-      - ./node_config:/etc/configs/:ro
-      - ./node_logs:/tmp/logs
     networks:
       external_tools_default:
       fineract:
@@ -151,9 +145,6 @@ services:
       replicas: 1
       restart_policy:
         condition: on-failure
-    volumes:
-      - ./node_config:/etc/configs/:ro
-      - ./node_logs:/tmp/logs
     networks:
       external_tools_default:
       fineract:
@@ -199,8 +190,6 @@ services:
       system.publicKey.exponent: ${PUBLIC_KEY_EXPONENT}
       system.publicKey.modulus: ${PUBLIC_KEY_MODULUS}
       system.publicKey.timestamp: ${PUBLIC_KEY_TIMESTAMP}
-      system.privateKey.exponent: ${PRIVATE_KEY_EXPONENT}
-      system.privateKey.modulus: ${PRIVATE_KEY_MODULUS}
     networks:
       external_tools_default:
       fineract:

Reply via email to