Basil V
02/12/2021, 1:14 AM.env
file for the DockerRunLauncher config rather than listing out each env variable? Currently it is:
config:
env_vars:
- DAGSTER_PG_USERNAME
- DAGSTER_PG_PASSWORD
- DAGSTER_PG_DB
- DAGSTER_PG_HOST
Ideally something like:
config:
env_file: .env
daniel
02/12/2021, 4:02 AMBasil V
02/12/2021, 8:54 PM