mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-28 11:48:10 +08:00
Go: introduce clickhouse (#16996)
### Summary Introduce Clickhouse for data statistics. Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
13
docker/.env
13
docker/.env
@@ -148,6 +148,19 @@ REDIS_PASSWORD=infini_rag_flow
|
||||
NATS_HOST=nats
|
||||
NATS_PORT=4222
|
||||
|
||||
# The hostname where the ClickHouse service is exposed
|
||||
CLICKHOUSE_HOST=clickhouse
|
||||
# The port used to expose the ClickHouse native TCP service
|
||||
CLICKHOUSE_TCP_PORT=9900
|
||||
# The port used to expose the ClickHouse HTTP service
|
||||
CLICKHOUSE_HTTP_PORT=8123
|
||||
# The username for ClickHouse
|
||||
CLICKHOUSE_USER=ragflow
|
||||
# The password for ClickHouse
|
||||
CLICKHOUSE_PASSWORD=infini_rag_flow
|
||||
# The database for ClickHouse
|
||||
CLICKHOUSE_DATABASE=ragflow
|
||||
|
||||
# Jaeger (distributed tracing)
|
||||
# Enable by adding `jaeger` to COMPOSE_PROFILES, e.g.:
|
||||
# COMPOSE_PROFILES=${COMPOSE_PROFILES},jaeger
|
||||
|
||||
Reference in New Issue
Block a user