Skip to content

Commit

Permalink
Hotfix: Allow Sidekiq to send to Mailcatcher in development
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorbg committed Jun 17, 2024
1 parent f10934b commit 12f4bf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ services:
RAILS_ENV: development
DATABASE_HOST: wca_db
SIDEKIQ_REDIS_URL: redis://wca_redis:6379/1
MAILCATCHER_SMTP_HOST: wca_mailcatcher
# Cronjobs are disabled in development by default. If you wish to run cronjobs,
# set this env variable to any integer value greater than zero
# CRONJOB_POLLING_MINUTES: 30
Expand Down

0 comments on commit 12f4bf9

Please sign in to comment.