tidy up dagster config
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
x-postgres-env: &postgres_env
|
||||
DAGSTER_POSTGRES_HOST: ${POSTGRES_HOST}
|
||||
DAGSTER_POSTGRES_PORT: ${POSTGRES_PORT}
|
||||
POSTGRES_USER: ${POSTGRES_USER}
|
||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||
POSTGRES_DB: ${POSTGRES_DB}
|
||||
|
||||
Reference in New Issue
Block a user