Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


This is currently work in progress: 

Jira
serverASF JIRA
serverId5aa69414-a9e9-3523-82ec-879b028fb15b
keyFINCN-170
Jira
serverASF JIRA
serverId5aa69414-a9e9-3523-82ec-879b028fb15b
keyINFRA-18516

Table of Contents

How to run fineract-cn public Docker images

Running with Docker Compose

Docker-compose scripts for conveniently running a set of fineract Cloud Native micro services are available here.

There are also Postman scripts available to provision the micro services after one has started them.

Running individual images

There are public repositories in DockerHub for fineract-cn: 

MicroserviceTemporary DockerHub URLPull Request
Provisioner Servicehttps://cloud.docker.com/repository/docker/apache/fineract-cn-provisioner/tags https://github.com/apache/fineract-cn-provisioner/pull/10
Identity Servicehttps://cloud.docker.com/repository/docker/apache/fineract-cn-identity/tags https://github.com/apache/fineract-cn-identity/pull/13
Office Servicehttps://cloud.docker.com/repository/docker/apache/fineract-cn-office/tags https://github.com/apache/fineract-cn-office/pull/12
Customer Servicehttps://cloud.docker.com/repository/docker/apache/fineract-cn-customer/tags https://github.com/apache/fineract-cn-customer/pull/13
Accounting Servicehttps://cloud.docker.com/repository/docker/apache/fineract-cn-accounting/tags https://github.com/apache/fineract-cn-accounting/pull/15
Portfolio Servicehttps://cloud.docker.com/repository/docker/apache/fineract-cn-portfolio/tags https://github.com/apache/fineract-cn-portfolio/pull/17 
Deposit Servicehttps://cloud.docker.com/repository/docker/apache/fineract-cn-deposit-account-management/tags https://github.com/apache/fineract-cn-deposit-account-management/pull/13
Teller Servicehttps://cloud.docker.com/repository/docker/apache/fineract-cn-teller/tags https://github.com/apache/fineract-cn-teller/pull/14
Reporting Servicehttps://cloud.docker.com/repository/docker/apache/fineract-cn-reporting/tags https://github.com/apache/fineract-cn-reporting/pull/10
Cheques Servicehttps://cloud.docker.com/repository/docker/apache/fineract-cn-cheques/tags https://github.com/apache/fineract-cn-cheques/pull/8
Payroll Servicehttps://cloud.docker.com/repository/docker/apache/fineract-cn-payroll/tags https://github.com/apache/fineract-cn-payroll/pull/12
Group Servicehttps://cloud.docker.com/repository/docker/apache/fineract-cn-group/tags https://github.com/apache/fineract-cn-group/pull/12
Notification Servicehttps://cloud.docker.com/repository/docker/apache/fineract-cn-notifications/tags https://github.com/apache/fineract-cn-notifications/pull/15
Rhythm Servicehttps://cloud.docker.com/repository/docker/apache/fineract-cn-rhythm/tags https://github.com/apache/fineract-cn-rhythm/pull/11
Fims Web Apphttps://hubcloud.docker.com/repository/rdocker/apache/fineract-cn-fims-web-app/tagsWIP


Running a micro service public image

docker run apache/fineract-cn-xxx:latest

Or if you want to run specific version

docker run apache/fineract-cn-xxx:version.number.goes-here

You need to generate keys and pass them to docker images as environmental variables. See these instructions.There are also docker-compose scripts availablehttps://github.com/apache/fineract-cn-docker-compose

...