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

@@ -53,6 +53,7 @@ gem 'ed25519'
gem 'bcrypt_pbkdf' # https://github.com/net-ssh/net-ssh/issues/565
gem 'terminal-table'
gem 'newrelic_rpm', require: false
gem 'clockwork'
group :production, :staging do
gem 'unicorn', :platforms => :ruby