You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we are using the latest Redmine Docker Container from (https://hub.docker.com/_/redmine) with a docker-compose.yml file and want to setup issue creation via IMAP email retrieval.
It processes the email and creates an issue in Redmine. Now I want to setup a Cronjob, which will be run every 5 minutes to check the IMAP Mailbox and create an issue in Redmine. I am however stuck, as I don't really know how I could setup the Cronjob.
The container itself has no Cron installed and many people were saying that Cronjobs should be run outside of the container and that is where I am stuck, since I don't really know how to realise this.
I found this guide, which kind of explains how to setup something like a Cronjob but am unsure if this works with our container.
Please could someone help me with this?
The text was updated successfully, but these errors were encountered:
Hi,
we are using the latest Redmine Docker Container from (https://hub.docker.com/_/redmine) with a docker-compose.yml file and want to setup issue creation via IMAP email retrieval.
When I access the redmine container via
and execute the rake command
It processes the email and creates an issue in Redmine. Now I want to setup a Cronjob, which will be run every 5 minutes to check the IMAP Mailbox and create an issue in Redmine. I am however stuck, as I don't really know how I could setup the Cronjob.
The container itself has no Cron installed and many people were saying that Cronjobs should be run outside of the container and that is where I am stuck, since I don't really know how to realise this.
I found this guide, which kind of explains how to setup something like a Cronjob but am unsure if this works with our container.
Please could someone help me with this?
The text was updated successfully, but these errors were encountered: