diff --git a/docker-compose-image-tag.yml b/docker-compose-image-tag.yml index e4da8f39e15..4246d80cefc 100644 --- a/docker-compose-image-tag.yml +++ b/docker-compose-image-tag.yml @@ -65,8 +65,6 @@ services: superset-init: condition: service_completed_successfully volumes: *superset-volumes - environment: - SUPERSET_LOG_LEVEL: "${SUPERSET_LOG_LEVEL:-info}" superset-init: image: *superset-image @@ -86,9 +84,6 @@ services: volumes: *superset-volumes healthcheck: disable: true - environment: - SUPERSET_LOAD_EXAMPLES: "${SUPERSET_LOAD_EXAMPLES:-yes}" - SUPERSET_LOG_LEVEL: "${SUPERSET_LOG_LEVEL:-info}" superset-worker: image: *superset-image @@ -111,8 +106,6 @@ services: "CMD-SHELL", "celery -A superset.tasks.celery_app:app inspect ping -d celery@$$HOSTNAME", ] - environment: - SUPERSET_LOG_LEVEL: "${SUPERSET_LOG_LEVEL:-info}" superset-worker-beat: image: *superset-image @@ -131,8 +124,6 @@ services: volumes: *superset-volumes healthcheck: disable: true - environment: - SUPERSET_LOG_LEVEL: "${SUPERSET_LOG_LEVEL:-info}" volumes: superset_home: diff --git a/docker-compose-non-dev.yml b/docker-compose-non-dev.yml index 4f7a2e446bb..cde53598252 100644 --- a/docker-compose-non-dev.yml +++ b/docker-compose-non-dev.yml @@ -71,8 +71,6 @@ services: superset-init: condition: service_completed_successfully volumes: *superset-volumes - environment: - SUPERSET_LOG_LEVEL: "${SUPERSET_LOG_LEVEL:-info}" superset-init: container_name: superset_init @@ -93,9 +91,6 @@ services: volumes: *superset-volumes healthcheck: disable: true - environment: - SUPERSET_LOAD_EXAMPLES: "${SUPERSET_LOAD_EXAMPLES:-yes}" - SUPERSET_LOG_LEVEL: "${SUPERSET_LOG_LEVEL:-info}" superset-worker: build: @@ -119,8 +114,6 @@ services: "CMD-SHELL", "celery -A superset.tasks.celery_app:app inspect ping -d celery@$$HOSTNAME", ] - environment: - SUPERSET_LOG_LEVEL: "${SUPERSET_LOG_LEVEL:-info}" superset-worker-beat: build: @@ -140,8 +133,6 @@ services: volumes: *superset-volumes healthcheck: disable: true - environment: - SUPERSET_LOG_LEVEL: "${SUPERSET_LOG_LEVEL:-info}" volumes: superset_home: diff --git a/docker-compose.yml b/docker-compose.yml index be4f191d204..12bcc8dd826 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -104,9 +104,6 @@ services: superset-init: condition: service_completed_successfully volumes: *superset-volumes - environment: - CYPRESS_CONFIG: "${CYPRESS_CONFIG:-}" - SUPERSET_LOG_LEVEL: "${SUPERSET_LOG_LEVEL:-info}" superset-websocket: container_name: superset_websocket @@ -158,10 +155,6 @@ services: condition: service_started user: *superset-user volumes: *superset-volumes - environment: - CYPRESS_CONFIG: "${CYPRESS_CONFIG:-}" - SUPERSET_LOAD_EXAMPLES: "${SUPERSET_LOAD_EXAMPLES:-yes}" - SUPERSET_LOG_LEVEL: "${SUPERSET_LOG_LEVEL:-info}" healthcheck: disable: true @@ -206,8 +199,6 @@ services: required: false environment: CELERYD_CONCURRENCY: 2 - CYPRESS_CONFIG: "${CYPRESS_CONFIG:-}" - SUPERSET_LOG_LEVEL: "${SUPERSET_LOG_LEVEL:-info}" restart: unless-stopped depends_on: superset-init: @@ -239,9 +230,6 @@ services: volumes: *superset-volumes healthcheck: disable: true - environment: - CYPRESS_CONFIG: "${CYPRESS_CONFIG:-}" - SUPERSET_LOG_LEVEL: "${SUPERSET_LOG_LEVEL:-info}" superset-tests-worker: build: @@ -262,7 +250,6 @@ services: REDIS_RESULTS_DB: 3 REDIS_HOST: localhost CELERYD_CONCURRENCY: 8 - SUPERSET_LOG_LEVEL: "${SUPERSET_LOG_LEVEL:-info}" network_mode: host depends_on: superset-init: