runtime error

generic_elastic.py", line 83, in get_instance client=ClientAdapterFactory.get( File "/opt/venv/lib/python3.10/site-packages/argilla/server/daos/backend/client_adapters/factory.py", line 46, in get version, distribution = cls._fetch_cluster_version_info(client_config) File "/opt/venv/lib/python3.10/site-packages/argilla/server/daos/backend/client_adapters/factory.py", line 82, in _fetch_cluster_version_info raise GenericSearchError(error) argilla.server.daos.backend.base.GenericSearchError: ConnectionError(<urllib3.connection.HTTPConnection object at 0x7fada2750ee0>: Failed to establish a new connection: [Errno 111] Connection refused) caused by: NewConnectionError(<urllib3.connection.HTTPConnection object at 0x7fada2750ee0>: Failed to establish a new connection: [Errno 111] Connection refused) The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/opt/venv/lib/python3.10/site-packages/starlette/routing.py", line 677, in lifespan async with self.lifespan_context(app) as maybe_state: File "/opt/venv/lib/python3.10/site-packages/starlette/routing.py", line 566, in __aenter__ await self._router.startup() File "/opt/venv/lib/python3.10/site-packages/starlette/routing.py", line 654, in startup await handler() File "/opt/venv/lib/python3.10/site-packages/argilla/server/server.py", line 185, in setup_elasticsearch _setup_elasticsearch() File "/opt/venv/lib/python3.10/site-packages/backoff/_sync.py", line 94, in retry ret = target(*args, **kwargs) File "/opt/venv/lib/python3.10/site-packages/argilla/server/server.py", line 175, in _setup_elasticsearch raise ConfigError( pydantic.errors.ConfigError: Your Elasticsearch endpoint at http://localhost:9200 is not available or not responding. Please make sure your Elasticsearch instance is launched and correctly running and you have the necessary access permissions. Once you have verified this, restart the argilla server. ERROR: Application startup failed. Exiting.

Container logs:

Fetching error logs...