From 2b4b7714491b6f9b2d92bc2ac932e79235254706 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Tue, 30 Apr 2024 19:35:02 -0700 Subject: [PATCH] fix: silence docker-compose useless warnings (#28283) --- docker-compose.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 18622eb0a..7c5f29f51 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -39,7 +39,6 @@ x-common-build: &common-build cache_from: - apache/superset-cache:3.10-slim-bookworm -version: "4.0" services: nginx: image: nginx:latest @@ -94,7 +93,7 @@ services: depends_on: *superset-depends-on volumes: *superset-volumes environment: - CYPRESS_CONFIG: "${CYPRESS_CONFIG}" + CYPRESS_CONFIG: "${CYPRESS_CONFIG:-}" superset-websocket: container_name: superset_websocket @@ -144,7 +143,7 @@ services: user: *superset-user volumes: *superset-volumes environment: - CYPRESS_CONFIG: "${CYPRESS_CONFIG}" + CYPRESS_CONFIG: "${CYPRESS_CONFIG:-}" healthcheck: disable: true @@ -153,7 +152,7 @@ services: environment: # set this to false if you have perf issues running the npm i; npm run dev in-docker # if you do so, you have to run this manually on the host, which should perform better! - SCARF_ANALYTICS: "${SCARF_ANALYTICS}" + SCARF_ANALYTICS: "${SCARF_ANALYTICS:-}" container_name: superset_node command: ["/app/docker/docker-frontend.sh"] env_file: