feat: fix dagster setup

This commit is contained in:
Stijnvandenbroek
2026-03-03 21:09:00 +00:00
parent 7dd520cf41
commit f56330a3d1
5 changed files with 22 additions and 4 deletions

View File

@@ -6,6 +6,10 @@ x-dagster: &dagster-common
context: .
dockerfile: Dockerfile
env_file: .env
environment:
DAGSTER_HOME: /app/dagster_home
volumes:
- dbt-target:/app/dbt/target
depends_on:
postgres:
condition: service_healthy
@@ -49,3 +53,4 @@ services:
volumes:
postgres-data:
dbt-target: