move storage dir
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user