Hello everyone, Can anyone point me to documentati...
# ask-community
q
Hello everyone, Can anyone point me to documentation regarding which dependencies should be installed on the daemon, webserver and the runner? I'm currently deploying 4 services locally with docker-compose, and my understanding was that all my dependencies and user code should be installed on the runner only. I understand that my daemon and webserver also need
dagster-postgres
if I use a postgres backend for storing the events logs and metadatas. Howver it seems that I have to install stuff like
dagster-dbt
,
dagster-meltano
and mount my environment variables on the daemon. I'm getting confused regarding what my runner (code server) image should include vs. what my system services image should include.