chore(service): remove unused env

This commit is contained in:
peaklabs-dev
2025-05-20 16:07:43 +02:00
parent 7f54fa4ef4
commit 6104808b02

View File

@@ -15,7 +15,6 @@ services:
- POSTGRES_PASSWORD=${SERVICE_PASSWORD_POSTGRES} - POSTGRES_PASSWORD=${SERVICE_PASSWORD_POSTGRES}
- POSTGRES_DB=${POSTGRES_DB:-superset-db} - POSTGRES_DB=${POSTGRES_DB:-superset-db}
- REDIS_PASSWORD=${SERVICE_PASSWORD_REDIS} - REDIS_PASSWORD=${SERVICE_PASSWORD_REDIS}
- PYTHONPATH=/etc/superset
volumes: volumes:
- type: bind - type: bind
source: ./superset/superset_config.py source: ./superset/superset_config.py