From 8ef759ff0a00f95803cf230751daa51b7a6b710f Mon Sep 17 00:00:00 2001 From: Blue Mouse Date: Wed, 1 Oct 2025 00:01:02 +0100 Subject: [PATCH] Use magic variable for Clickhouse password --- templates/compose/swetrix.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/compose/swetrix.yaml b/templates/compose/swetrix.yaml index 2482ac5e9..035d96a31 100644 --- a/templates/compose/swetrix.yaml +++ b/templates/compose/swetrix.yaml @@ -54,7 +54,7 @@ services: # Required service endpoints - REDIS_HOST=redis - CLICKHOUSE_HOST=http://clickhouse - - CLICKHOUSE_PASSWORD=${CLICKHOUSE_PASSWORD:-} + - CLICKHOUSE_PASSWORD=$SERVICE_PASSWORD_CLICKHOUSE depends_on: redis: condition: service_healthy @@ -92,7 +92,7 @@ services: - CLICKHOUSE_DATABASE=${CLICKHOUSE_DATABASE:-analytics} - CLICKHOUSE_USER=${CLICKHOUSE_USER:-default} - CLICKHOUSE_PORT=${CLICKHOUSE_PORT:-8123} - - CLICKHOUSE_PASSWORD=${CLICKHOUSE_PASSWORD:-} + - CLICKHOUSE_PASSWORD=$SERVICE_PASSWORD_CLICKHOUSE healthcheck: test: - CMD-SHELL