Replace clickhouse driver with official one

This commit is contained in:
Hammad Bashir
2023-02-09 17:04:39 -08:00
parent 100fe52770
commit dd5007b6b1
3 changed files with 31 additions and 33 deletions

View File

@@ -16,7 +16,7 @@ services:
environment:
- CHROMA_DB_IMPL=clickhouse
- CLICKHOUSE_HOST=clickhouse
- CLICKHOUSE_PORT=9000
- CLICKHOUSE_PORT=8123
- CELERY_BROKER_URL=redis://redis:6379/0
- CELERY_RESULT_BACKEND=redis://redis:6379/0
ports: