Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Cronjobs] Add ability to run redmine:send_reminders regulary #237

Closed
Commifreak opened this issue Apr 6, 2021 · 1 comment
Closed

[Cronjobs] Add ability to run redmine:send_reminders regulary #237

Commifreak opened this issue Apr 6, 2021 · 1 comment
Labels
Request Request for image modification or feature

Comments

@Commifreak
Copy link

Hi,

the current redmine containers does not support cronjobs afaik. Would be great to set just a config value to enable those, like: https://www.redmine.org/projects/redmine/wiki/RedmineReminderEmails

Currently I use this on the host:

#!/bin/bash
docker exec -u redmine redmine_redmine_1 rake redmine:send_reminders RAILS_ENV="production"

Regards,

@wglambert wglambert added the Request Request for image modification or feature label Apr 6, 2021
@wglambert
Copy link

Duplicate of #64

@wglambert wglambert marked this as a duplicate of #64 Apr 6, 2021
@tianon tianon closed this as completed Apr 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Request Request for image modification or feature
Projects
None yet
Development

No branches or pull requests

3 participants