Verba icon indicating copy to clipboard operation
Verba copied to clipboard

Add function to change hostname and port in docker deployments

Open tz1112 opened this issue 6 months ago • 0 comments

Description

Currently, it is not possible to change the weaviate hostname and port for the docker deployment, as the hostname is hardcoded and the port information is not passed on to method connect_to_docker in goldenverba/components/managers.py. Adding a port parameter to goldenverba/components/managers.py:connect_to_docker and parsing the respective values from environment variable WEAVIATE_URL_VERBA fixes the issue.

tz1112 avatar Aug 14 '25 15:08 tz1112