Hi! One easy question, it's possible to pass run_l...
# ask-community
a
Hi! One easy question, it's possible to pass run_launcher network on dagster.yaml as env_var?
1
1️⃣ 1
Auto-answered. This worked for me.
Copy code
run_launcher:
  module: dagster_docker
  class: DockerRunLauncher
  config:
    env_vars:
      - DAGSTER_POSTGRES_USER
      - DAGSTER_POSTGRES_PASSWORD
      - DAGSTER_POSTGRES_DB
    network:
      env: DAGSTER_NETWORK