fix paths to storage and logs
This commit is contained in:
@@ -25,6 +25,7 @@ services:
|
||||
DAGSTER_CURRENT_IMAGE: user_code_vinyl
|
||||
volumes:
|
||||
- /opt/dagster/apps/:/apps/:ro
|
||||
- /opt/dagster/logs/:/logs:rw
|
||||
- /opt/dagster/storage/import/:/storage/import/:ro
|
||||
- /opt/dagster/storage/deals/:/storage/deals/:rw
|
||||
networks:
|
||||
@@ -45,5 +46,6 @@ services:
|
||||
DAGSTER_CURRENT_IMAGE: user_code_other
|
||||
volumes:
|
||||
- /opt/dagster/apps/:/apps:ro
|
||||
- /opt/dagster/logs/:/logs:rw
|
||||
networks:
|
||||
- dagster
|
||||
|
||||
Reference in New Issue
Block a user