Replies: 2 comments 4 replies
-
The file in the repo is a template, and the image name is being replaced dynamically by the setup script. If you're running it manually, you’ll need to set it explicitly. The latest stable version should be Also, note that it tries to load an Lastly, on line 44, it sets the Postgres data volume path — you might want to update that too, depending on your setup. Once you've made those 3 adjustments, running |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm also trying to set up a demo instance of redash on a Windows dev machine under docker. The setup page does say that a secret key and a cookie secret key are needed "if you do not use one of our cloud images", so I thought I might not need to do that. I tried copying the run command in Docker, then using the Docker terminal to add the "env=..." parameters to the run command and this gave a different error "redis.exeptions.ConnectionError: Error 111 connecting to localhost:6379. Connection refused". I hope it's a quick thing that's just down to my ignorance of Docker - any help would be greatly appreciated - thanks! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I should say off the bat that I find Redash quite intimidating as I'm no sys-admin. My aim is to get it running locally with Docker.
To that end, I've done the following:
docker-compose.yml
and given it the exact same contents as the suggested compose file in the Redash GH repodocker compose up
This gives me an error about failing to read dockerfile. Now, I know, I know, it must be blindingly obvious to someone reading this what I'm doing wrong, but Redash is presumably intended for sys-admins and assumes the reader has all sorts of knowledge, and so didn't explicitly say I needed to create a dockerfile first, or what to put in it.
To this end, I'd be hugely grateful if someone could just point me in the right direction as to what I need to do!
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions