Hello, I am running Dagster using Docker and Compo...
# ask-community
a
Hello, I am running Dagster using Docker and Compose. When I am doing local development though, I sometimes like to just use the
dagster dev -m <module>
. The only minor issue I have is there doesn't seem to be a way to ignore the dagster instance (
dagster.yml
)? It isn't a major problem, but it would be nice to have to not temporarily rename the file to something else to stop it being picked up. Is there a way of ignoring it? Thanks
l
Set
DAGSTER_HOME
to an empty directory, or at least to a directory with a different
dagster.yaml
file defining local configuration - blank is fine. My local setup defines
DAGSTER_HOME
as a separate directory than the production
DAGSTER_HOME
.