improve dockerfiles and adjust code paths

This commit is contained in:
2025-08-02 21:37:02 +02:00
parent d1999b904d
commit a62a1d8141
6 changed files with 46 additions and 40 deletions

View File

@@ -30,8 +30,8 @@ run_launcher:
container_kwargs:
auto_remove: true
volumes:
- /opt/dagster/shared/:/shared/:ro
- /opt/dagster/apps/:/apps:ro
- /opt/dagster/apps/:/code/apps/:ro
- /opt/dagster/shared/:/code/shared/:ro
- /opt/dagster/storage/:/storage/:rw
- /opt/dagster/logs/:/logs:rw
- ${CACHE_DIR}:/cache:rw