refactor to allow for multiple code locations
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
telemetry:
|
||||
enabled: false
|
||||
|
||||
|
||||
concurrency:
|
||||
default_op_concurrency_limit: 2
|
||||
|
||||
@@ -19,15 +18,13 @@ run_launcher:
|
||||
- DAGSTER_POSTGRES_USER
|
||||
- DAGSTER_POSTGRES_PASSWORD
|
||||
- DAGSTER_POSTGRES_DB
|
||||
- PYTHONPATH=app
|
||||
network: dagster
|
||||
container_kwargs:
|
||||
volumes:
|
||||
- /opt/dagster/src/app/:/opt/dagster/home/app/
|
||||
- /opt/dagster/src/repo.py:/opt/dagster/home/repo.py
|
||||
|
||||
- /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/
|
||||
|
||||
run_storage:
|
||||
|
||||
Reference in New Issue
Block a user