use envsubst to configure stuff in dagster.yaml

This commit is contained in:
2025-07-27 15:41:10 +02:00
parent e756f92d54
commit f254afbdbb
3 changed files with 28 additions and 9 deletions

View File

@@ -31,7 +31,7 @@ run_launcher:
- /opt/dagster/apps/:/apps:ro
- /opt/dagster/storage/:/storage/:rw
- /opt/dagster/logs/:/logs:rw
- /opt/dagster/cache/:/cache:rw
- ${CACHE_DIR}:/cache:rw
run_storage:
module: dagster_postgres.run_storage