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 bc970c81a6f7e720872c43e57abdb8d99b225078 Author: Juhan Aasaru <[email protected]> AuthorDate: Tue Sep 17 09:43:54 2019 +0300 FINCN-176 point at fixed apache image, fix payroll ip variable name --- docker-compose.yml | 3 +-- env_variables | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 6726371..2f7acaf 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -306,8 +306,7 @@ services: ipv4_address: ${NOTIFICATIONS_IP} fims-web-app: - #image: apache/fineract-cn-fims-web-app:latest # uncomment after https://github.com/apache/fineract-cn-fims-web-app/pull/20 has been merged - image: aasaru/fineract-cn-fims-web-app:latest # temporary + image: apache/fineract-cn-fims-web-app:latest ports: - "8888:8888" networks: diff --git a/env_variables b/env_variables index dcec372..12b167a 100644 --- a/env_variables +++ b/env_variables @@ -25,6 +25,6 @@ DEPOSIT_ACCOUNT_MANAGEMENT_IP=172.16.238.27 TELLER_IP=172.16.238.28 REPORTING_IP=172.16.238.29 CHEQUES_IP=172.16.238.30 -PAYROLL_IP_IP=172.16.238.31 +PAYROLL_IP=172.16.238.31 GROUP_IP=172.16.238.32 NOTIFICATIONS_IP=172.16.238.33
