SELF HOST REDIS PROBLEM #16759
Unanswered
Kushalgithub2004
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi , This is Kushal , new to budibase community.
I have properly installed and setup budibase from github source and it works completely fine.
I am running it via hosting/docker-compose.build.yaml and hosting/docker-compose.dev.yaml
But it runs redis locally in docker , and i wish to connect and use external redis at redis cloud .
I tried setting REDIS_URL=redis://user:pass@host:port [note, i am sure my cloud redis doesnt require tls but only needs user & pwd, tested same via redis-cli]
So the issue is despite setting REDIS_URL=redis://user:pass@host:port in .env file present at hosting/.env i am unable to connect to external redis , infact it just ignores the provided REDIS_URL and uses local redis in docker as usual.
Outcome: Uses local redis, my redis url env variable completely ignored
Pls help me figure out how to properly configure budibase to use external redis in local setup while running via hosting/docker-compose.build.yaml, thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions