added volumes_from kwarg to run_launcher
This commit is contained in:
parent
0b15018722
commit
d32c2b4d33
2 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue