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: