added volumes_from kwarg to run_launcher

This commit is contained in:
Ben Varick 2025-11-07 09:28:46 -08:00
parent 0b15018722
commit d32c2b4d33
Signed by: ben
SSH key fingerprint: SHA256:jWnpFDAcacYM5aPFpYRqlsamlDyKNpSj3jj+k4ojtUo
2 changed files with 6 additions and 6 deletions

View file

@ -44,9 +44,9 @@ services:
MOBILITY_DB_REFRESH_TOKEN: ${MOBILITY_DB_REFRESH_TOKEN}
env_file:
- .env
volumes:
- ./data:/opt/dagster/app/data
- ./config:/opt/dagster/app/config
volumes: # these volumes are also passed on to the containers that are spawned to run the assets.
- ${DATA_DIRECTORY}:/opt/dagster/app/data
- ${CONFIG_DIRECTORY}:/opt/dagster/app/config
networks:
- dagster