fix paths to storage and logs

This commit is contained in:
2025-07-22 12:03:03 +02:00
parent 5b5e962773
commit be8fae969c
8 changed files with 16 additions and 17 deletions

View File

@@ -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