Actions
Bug #35902
closedEnvironment 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
.
Added by Jannis Warnat over 2 years ago
Actions
Fixes #35902 - Correct env variable FOREMAN_RAILS_CACHE_STORE_URLS in docker-compose.yml