From 188846ef201fbdded10e5cdea693ac8190d79d27 Mon Sep 17 00:00:00 2001 From: Renjie Liu Date: Fri, 31 Mar 2023 16:29:42 +0800 Subject: [PATCH] fix: Disable generated warning in docker compose (#8916) --- docker/docker-compose.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index 35614a75fbc8..496f9b1b06ef 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -29,7 +29,7 @@ services: environment: RUST_BACKTRACE: "1" # If ENABLE_TELEMETRY is not set, telemetry will start by default - ENABLE_TELEMETRY: ${ENABLE_TELEMETRY} + ENABLE_TELEMETRY: ${ENABLE_TELEMETRY:-true} container_name: compactor-0 healthcheck: test: @@ -70,7 +70,7 @@ services: environment: RUST_BACKTRACE: "1" # If ENABLE_TELEMETRY is not set, telemetry will start by default - ENABLE_TELEMETRY: ${ENABLE_TELEMETRY} + ENABLE_TELEMETRY: ${ENABLE_TELEMETRY:-true} container_name: compute-node-0 healthcheck: test: @@ -82,8 +82,7 @@ services: timeout: 5s retries: 5 etcd-0: - image: "quay.io/coreos/etcd:v3.5.7-arm64" -# image: "quay.io/coreos/etcd:latest" + image: "quay.io/coreos/etcd:v3.5.7" command: - /usr/local/bin/etcd - "--listen-client-urls" @@ -154,7 +153,7 @@ services: environment: RUST_BACKTRACE: "1" # If ENABLE_TELEMETRY is not set, telemetry will start by default - ENABLE_TELEMETRY: ${ENABLE_TELEMETRY} + ENABLE_TELEMETRY: ${ENABLE_TELEMETRY:-true} container_name: frontend-node-0 healthcheck: test: @@ -226,7 +225,7 @@ services: environment: RUST_BACKTRACE: "1" # If ENABLE_TELEMETRY is not set, telemetry will start by default - ENABLE_TELEMETRY: ${ENABLE_TELEMETRY} + ENABLE_TELEMETRY: ${ENABLE_TELEMETRY:-true} container_name: meta-node-0 healthcheck: test: