From cc4aadc7083ec33ddbd18f0f7b08a501db0e0a56 Mon Sep 17 00:00:00 2001 From: Jeroen Date: Thu, 19 Jun 2025 16:35:48 +0200 Subject: [PATCH] add env variables --- docker-compose.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index a3e4485..ff49121 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,6 +10,9 @@ services: - db_network volumes: - /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 # airflow-scheduler: