This commit is contained in:
2025-07-21 10:56:46 +02:00
parent 119583c730
commit 1a3c288001
11 changed files with 36 additions and 61 deletions

View File

@@ -18,14 +18,11 @@ run_launcher:
- DAGSTER_POSTGRES_USER
- DAGSTER_POSTGRES_PASSWORD
- DAGSTER_POSTGRES_DB
- PYTHONPATH=app
network: dagster
container_kwargs:
volumes:
- /opt/dagster/storage/import/:/opt/dagster/home/storage/import/
- /opt/dagster/storage/deals/:/opt/dagster/home/storage/deals/
- /opt/dagster/apps/vinyl/src/:/opt/dagster/home/app/
- /opt/dagster/storage/:/opt/dagster/home/storage/
- /opt/dagster/apps/:/apps:ro
- /opt/dagster/storage/:/storage/:rw
run_storage:
module: dagster_postgres.run_storage