Skip to content

Commit

Permalink
Fixes #35902 - Correct env variable FOREMAN_RAILS_CACHE_STORE_URLS in…
Browse files Browse the repository at this point in the history
… docker-compose.yml
  • Loading branch information
Jannis Warnat authored and ekohl committed Jan 6, 2023
1 parent 8cbb98b commit d153a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -31,7 +31,7 @@ services:
- FOREMAN_FQDN=foreman.example.com
- FOREMAN_DOMAIN=example.com
- FOREMAN_RAILS_CACHE_STORE_TYPE=redis
- FOREMAN_RAILS_CACHE_STORE_URLS=redis://redis:6379/0
- FOREMAN_RAILS_CACHE_STORE_URLS=redis://redis-cache:6379/0
- DYNFLOW_REDIS_URL=redis://redis-tasks:6379/0
- REDIS_PROVIDER=DYNFLOW_REDIS_URL
hostname: foreman.example.com
Expand Down

0 comments on commit d153a59

Please sign in to comment.