Bug #35902
Environment variable FOREMAN_RAILS_CACHE_STORE_URLS is not set correctly in docker-compose file
Difficulty:
trivial
Triaged:
Yes
Pull request:
Description
FOREMAN_RAILS_CACHE_STORE_URLS
needs to be set to redis://redis-cache:6379/0
instead of redis://redis:6379/0
to match the service / host name of the redis cache as defined in the docker-compose.yml
.
Associated revisions
History
#1
Updated by The Foreman Bot 3 months ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/9575 added
#2
Updated by Ewoud Kohl van Wijngaarden 3 months ago
- Fixed in Releases deleted (
3.6.0)
Please don't set Fixed in Releases. The field implies it's resolved and is automatically set by the bot on merge.
#3
Updated by The Foreman Bot 3 months ago
- Fixed in Releases 3.6.0 added
#4
Updated by Anonymous 3 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|d153a5987c50754a2b976f4ab433e44944fb47a1.
#5
Updated by Ewoud Kohl van Wijngaarden about 1 month ago
- Triaged changed from No to Yes
Fixes #35902 - Correct env variable FOREMAN_RAILS_CACHE_STORE_URLS in docker-compose.yml