Does the Cron service need access to the same volume as the App service?

The cron container needs exactly the same volumes, variables and configs (e.g. DB) as app container. in other words it’s like a clone just running another command line (webserver is replaced by cron). more detailed discussion is here - try the search function it amazing :wink: