fix(chromadb): use localhost for docker-compose

This commit is contained in:
swve 2024-05-26 11:51:37 +02:00
parent 558e85e018
commit f838a8512c

View file

@ -40,4 +40,4 @@ redis_config:
ai_config:
chromadb_config:
isSeparateDatabaseEnabled: True
db_host: "chromadb"
db_host: "localhost"