docker: add cron service to compose file.

This commit is contained in:
evazion
2021-05-24 23:55:27 -05:00
parent 37a51a941e
commit f65f24be0b
5 changed files with 46 additions and 4 deletions

View File

@@ -1,4 +1,9 @@
namespace :danbooru do
desc "Run the cronjob scheduler"
task cron: :environment do
Clockwork::run
end
namespace :docker do
# Note that uncommited changes won't be included in the image; commit
# changes first before building the image.