Hello, I'm trying to run Mifos with the Fineract docker compose approach. I can get everything to work except for the Fineract container which fails to connect to the MariaDB container.
I can see the MariaDB container, access it, and then use `mariadb` directly via `docker exec`. I can also see it and do everything normally via e.g. JetBrains DataGrip, using the password present in multiple ENV files in the repo. Fineract's attempt to connect, once docker compose flags the MariaDB container as healthy, fails both as 'unauthenticated' and as 'root' despite both `config/docker/mysql/docker-entrypoint-initdb.d/01-databases.sql` and myself (via docker exec -> mariadb -uroot) specifying that root is granted everything. I can reach other containers via their docker network, e.g. curl Prometheus:9090 from Grafana. I looked at and can't seem to validate that this isn't related to this issue <https://github.com/MariaDB/mariadb-docker/issues/560>. In any case, changing mariadb versions and trying the workarounds found in that discussion doesnt work. It seems like only a simple thing is stopping this installation from working but I can't find what.
_______________________________________________ Mifos-users mailing list Mifos-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mifos-users