move storage dir

This commit is contained in:
2026-01-08 15:52:11 +01:00
parent b15aaaa0dc
commit 87924620fd
3 changed files with 6 additions and 4 deletions

View File

@@ -21,6 +21,7 @@ run_launcher:
- DAGSTER_POSTGRES_USER
- DAGSTER_POSTGRES_PASSWORD
- DAGSTER_POSTGRES_DB
- DATA_DIR
- SMTP_SERVER
- SMTP_PORT
- SMTP_USERNAME
@@ -33,8 +34,8 @@ run_launcher:
volumes:
- /opt/dagster/apps/:/code/apps/:ro
- /opt/dagster/shared/:/code/shared/:ro
- /opt/dagster/storage/:/storage/:rw
- /opt/dagster/logs/:/logs:rw
- ${DATA_DIR}:/storage/:rw
- ${CACHE_DIR}:/cache:rw
run_storage: