add env variables

This commit is contained in:
2025-06-19 16:35:48 +02:00
parent 04c0499cce
commit cc4aadc708

View File

@@ -10,6 +10,9 @@ services:
- db_network - db_network
volumes: volumes:
- /home/sarens-data:/sarens-data - /home/sarens-data:/sarens-data
environment:
- TARGET_POSTGRES_PASSWORD=${TARGET_POSTGRES_PASSWORD}
- DBT_POSTGRES_PASSWORD=${DBT_POSTGRES_PASSWORD}
# # Uncomment if you are using the Airflow orchestrator, delete otherwise # # Uncomment if you are using the Airflow orchestrator, delete otherwise
# airflow-scheduler: # airflow-scheduler: