We're trying to test the new Molgenis version from the provided docker-compose file in this repository but can't get it to work.
All containers seem to start up nominally, but then the molgenis container keeps throwing the following error:
molgenis_1 | 2023-02-08_10:48:54.686 [main] ERROR o.m.d.e.client.ClientFactory - Failed to connect to Elasticsearch cluster on http://host.docker.internal:9200. Retry count = 2
molgenis_1 | 2023-02-08_10:48:58.689 [main] ERROR o.m.d.e.client.ClientFactory - Failed to connect to Elasticsearch cluster on http://host.docker.internal:9200. Retry count = 3
molgenis_1 | 2023-02-08_10:49:06.695 [main] ERROR o.m.d.e.client.ClientFactory - Failed to connect to Elasticsearch cluster on http://host.docker.internal:9200. Retry count = 4
molgenis_1 | 2023-02-08_10:49:22.701 [main] ERROR o.m.d.e.client.ClientFactory - Failed to connect to Elasticsearch cluster on http://host.docker.internal:9200. Retry count = 5
At this point, further initialisation of molgenis stalls, and the frontend is not reachable in the browser.
We starting the containers with docker-compose up and tried this on different machines using the latest docker-compose version 2.15. We could not find any hints or documentation what configuration needs to be adjusted to let molgenis connect with elastic search. Do you have any advice?
We're trying to test the new Molgenis version from the provided docker-compose file in this repository but can't get it to work.
All containers seem to start up nominally, but then the molgenis container keeps throwing the following error:
At this point, further initialisation of molgenis stalls, and the frontend is not reachable in the browser.
We starting the containers with
docker-compose upand tried this on different machines using the latest docker-compose version 2.15. We could not find any hints or documentation what configuration needs to be adjusted to let molgenis connect with elastic search. Do you have any advice?