awasum commented on a change in pull request #593: Create one-touch deploy with
docker
URL: https://github.com/apache/fineract/pull/593#discussion_r298607474
##########
File path: fineract-provider/build.gradle
##########
@@ -125,6 +125,10 @@ rat {
'**/native/**',
'**/wrapper/**',
'**/build/**',
+ // docker
+ '**/Dockerfile/**',
+ '**/docker-compose.yml/**',
+ '**/initdb/**',
Review comment:
Flyway will pick the tenant connection info from the mifosplatform-tenant DB
and use that to try and connect to the different tenants. By default, the mysql
host value is localhost. This is what causes the problem in the container at
startup.
What you can do is to copy and modify the list-db SQL scripts to change the
mysql host to the dockerhost of mysql. Its a dirty fix.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services