runtime error

Exit code: 1. Reason: [], ) File "/usr/local/lib/python3.13/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( request, follow_redirects=follow_redirects, history=history, ) File "/usr/local/lib/python3.13/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) File "/usr/local/lib/python3.13/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) File "/usr/local/lib/python3.13/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ~~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/local/lib/python3.13/contextlib.py", line 162, in __exit__ self.gen.throw(value) ~~~~~~~~~~~~~~^^^^^^^ File "/usr/local/lib/python3.13/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1032) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/app.py", line 5, in <module> from chromedb_service import ( ...<5 lines>... ) File "/app/chromedb_service.py", line 27, in <module> chroma_client = chromadb.HttpClient(host=CHROMA_HOST) File "/usr/local/lib/python3.13/site-packages/chromadb/__init__.py", line 309, in HttpClient return ClientCreator(tenant=tenant, database=database, settings=settings) File "/usr/local/lib/python3.13/site-packages/chromadb/api/client.py", line 79, in __init__ user_identity = self.get_user_identity() File "/usr/local/lib/python3.13/site-packages/chromadb/api/client.py", line 136, in get_user_identity raise ValueError( "Could not connect to a Chroma server. Are you sure it is running?" ) ValueError: Could not connect to a Chroma server. Are you sure it is running?

Container logs:

Fetching error logs...