You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by an...@apache.org on 2019/11/23 10:12:23 UTC

[fineract-cn-docker-compose] 09/48: FINCN-165 fix subnet size and notifications-ms network and image

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 88e47680842c98ef489430da547409fdbea894a2
Author: Juhan Aasaru <Ju...@nortal.com>
AuthorDate: Wed Sep 11 12:40:58 2019 +0300

    FINCN-165 fix subnet size and notifications-ms network and image
---
 docker-compose.yml                | 7 ++++---
 env_variables                     | 2 +-
 external_tools/docker-compose.yml | 2 +-
 3 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/docker-compose.yml b/docker-compose.yml
index 21717c7..d0c1a09 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -285,8 +285,8 @@ services:
       fineract:
         ipv4_address: ${GROUP_IP}
 
-  notification-ms:
-    image: apache/fineract-cn-notification:latest
+  notifications-ms:
+    image: aasaru/fineract-cn-notifications:latest # TODO switch to apache repo
     ports:
      - "2033:2033"
     environment:
@@ -302,7 +302,8 @@ services:
       system.publicKey.timestamp: ${PUBLIC_KEY_TIMESTAMP}
     networks:
       external_tools_default:
-        ipv4_address: ${NOTIFICATION_IP}
+      fineract:
+        ipv4_address: ${NOTIFICATIONS_IP}
 
   fims-web-app:
     image: aasaru/fineract-cn-fims-web-app:latest # TODO switch to apache repo
diff --git a/env_variables b/env_variables
index 2613508..dcec372 100644
--- a/env_variables
+++ b/env_variables
@@ -27,4 +27,4 @@ REPORTING_IP=172.16.238.29
 CHEQUES_IP=172.16.238.30
 PAYROLL_IP_IP=172.16.238.31
 GROUP_IP=172.16.238.32
-NOTIFICATION_IP=172.16.238.33
+NOTIFICATIONS_IP=172.16.238.33
diff --git a/external_tools/docker-compose.yml b/external_tools/docker-compose.yml
index f6aec16..137ad0f 100644
--- a/external_tools/docker-compose.yml
+++ b/external_tools/docker-compose.yml
@@ -74,4 +74,4 @@ networks:
     driver: bridge
     ipam:
       config:
-        - subnet: 172.16.238.64/29
+        - subnet: 172.16.238.64/26