Add Redis, Sidekiq to Docker Compose setup #110
Labels
Clear labels
bug
design
dev environment
docs
duplicate
enhancement
feature
good first issue
idea
invalid
kredits-1
kredits-2
kredits-3
on hold
ops
question
security
ui/ux
wontfix
integration
btcpay
integration
discourse
integration
ejabberd
integration
email
integration
ldap
integration
lndhub
integration
mastodon
integration
nostr
integration
remotestorage
Something is not working
Graphic/visual design
Config, builds, CI, deployment, etc.
Documentation
This issue or pull request already exists
Improving existing functionality
New functionality
Dive in, and start contributing
Something to consider
Not a bug
Small contribution
Medium contribution
Large contribution
Currently not actionable
Manual IT ops activities
Looking for an answer
release
major
release
minor
release
patch
All your base are belong to us
User interface, process design, etc.
This won't be fixed
Milestone
No items
No Milestone
No Assignees
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: kosmos/akkounts#110
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Also adds a new cached setting for the Redis URL, which is used by Sidekiq and can later be used by other things (e.g. managing authorization tokens in Redis).
Furthermore, it changes Devise emails to be sent via ActiveJob/Sidekiq.
closes #96
Forgot to mention that this also changes Devise emails to be sent via Sidekiq. Updated the description.
@@ -5,0 +7,4 @@#field :redis_url, type: :string, readonly: true,default: ENV["REDIS_URL"] || "redis://localhost:6379/0"Any particular reason why the DB part of the fallback URL is different from the one in the
.env.example(0 vs 1)?Yes: it's because you don't need the environment variable if you want to use the default URL.