docker: don't "advertise" ability to have a ClickHouse cluster

It does not make sense in the context of a docker compose setup, even
when distributed manually. Keep the file, interested people may find it.
This commit is contained in:
Vincent Bernat
2025-09-13 08:31:05 +02:00
parent ef7c390e99
commit 77c0ac203d

3
.env
View File

@@ -30,9 +30,6 @@ COMPOSE_FILE=${COMPOSE_FILE}:docker/docker-compose-grafana.yml
# COMPOSE_PROFILES=${COMPOSE_PROFILES+${COMPOSE_PROFILES-},}demo # COMPOSE_PROFILES=${COMPOSE_PROFILES+${COMPOSE_PROFILES-},}demo
COMPOSE_FILE=${COMPOSE_FILE}:docker/docker-compose-demo.yml COMPOSE_FILE=${COMPOSE_FILE}:docker/docker-compose-demo.yml
## For testing only: use a ClickHouse cluster
# COMPOSE_FILE=${COMPOSE_FILE}:docker/docker-compose-clickhouse-cluster.yml
## TLS setup (with HTTP → HTTPS redirection) ## TLS setup (with HTTP → HTTPS redirection)
# COMPOSE_FILE=${COMPOSE_FILE}:docker/docker-compose-tls.yml # COMPOSE_FILE=${COMPOSE_FILE}:docker/docker-compose-tls.yml
# TLS_DOMAIN=... # TLS_DOMAIN=...