I am currently running 0.9.22 on a raspberry with ...
# announcements
n
I am currently running 0.9.22 on a raspberry with the cron scheduler dockerized and that works just fine. I am currently trying to migrate to 0.10.. Did I understand that correctly that I need a second container for the scheduler daemon - as done in the docker deployment example? Or can I still run everything in a single container? Also: Good morning
d
Hi Nikolas - that’s what we recommend, yeah (running dagit and the daemon separately using docker-compose). It’s possible to run both services in the same container using some of the options here https://docs.docker.com/config/containers/multi-service_container/ if that’s a deal-breaker though - we decided to go with Docker-compose as our reference option since it seemed like the cleanest way to run two processes. Happy for any feedback if this is a bigger hassle though.
🙌 1