Hi! This is my first interaction in the mailing list :=)
Firstly, thank's for the great job with containerization and the documentation. I have followed the documentation and things seem to work nicely (some errors during startup of some services, but I don't yet know if they are fatal). However, I cannot start the fims-web-app, see the following from my terminal: niklas@niklas-Latitude-E7440:~/git/fineract-clone/fineract-cn-docker-compose$ docker-compose up fims-web-app WARNING: Some services (identity-ms, provisioner-ms, rhythm-ms) use the 'deploy' key, which will be ignored. Compose does not support 'deploy' configuration - use `docker stack deploy` to deploy to a swarm. Starting fineract-cn-docker-compose_fims-web-app_1 ... done Attaching to fineract-cn-docker-compose_fims-web-app_1 fims-web-app_1 | 2019/09/26 15:38:04 [emerg] 1#1: host not found in upstream "office-ms" in /etc/nginx/nginx.conf:34 fims-web-app_1 | nginx: [emerg] host not found in upstream "office-ms" in /etc/nginx/nginx.conf:34 fineract-cn-docker-compose_fims-web-app_1 exited with code 1 Please let me know how I can remedy this, if you have an idea about what is happening. BR Niklas [cid:[email protected]] Niklas Uhrberg Konsult IT Development | Loans & Credit Resurs Bank AB Växel: +46 42 38 20 00 E-post: [email protected]<mailto:[email protected]> Webb: www.resursbank.se<http://www.resursbank.se> ________________________________ From: Juhan Aasaru [[email protected]] Sent: Sunday, September 15, 2019 8:56 AM To: Dev Subject: Fineract CN public Docker images are now available Hi! I have completed seting up public DockerHub images for all Fineract-CN applications and also updated Docker-Compose scripts to run them. Docker images are automatically built and uploaded to: https://hub.docker.com/r/apache/fineract-cn-<projectname> So if anyone wants to try out Fineract-CN at their own computer then there is one command to start up Postgres, Cassandra ActiveMQ and another command to start up a set of Fineract CN micro services like this: docker-compose up provisioner-ms identity-ms office-ms customer-ms accounting-ms fims-web-app Documentation is here: * https://cwiki.apache.org/confluence/display/FINERACT/DockerHub+images#DockerHubimages-RunningwithDockerCompose * https://github.com/apache/fineract-cn-docker-compose Thank you Awasum, Courage, Vishwas and Michael for all the help and previous work. Following repositories: * https://github.com/openMF/fineract-cn-containers * https://github.com/vishwasbabu/ProvisioningFineractCN can now be archived as I have defeloped furter the work there and the outcome is now available here: https://github.com/apache/fineract-cn-docker-compose Kind regards Juhan
