From 6104808b0240e5a3fcd8240bf47348f6205e8fd3 Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Tue, 20 May 2025 16:07:43 +0200 Subject: [PATCH] chore(service): remove unused env --- templates/compose/superset-with-postgresql.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/compose/superset-with-postgresql.yaml b/templates/compose/superset-with-postgresql.yaml index d87c159ea..f5d8a3aa4 100644 --- a/templates/compose/superset-with-postgresql.yaml +++ b/templates/compose/superset-with-postgresql.yaml @@ -15,7 +15,6 @@ services: - POSTGRES_PASSWORD=${SERVICE_PASSWORD_POSTGRES} - POSTGRES_DB=${POSTGRES_DB:-superset-db} - REDIS_PASSWORD=${SERVICE_PASSWORD_REDIS} - - PYTHONPATH=/etc/superset volumes: - type: bind source: ./superset/superset_config.py