Replies: 1 comment
-
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.
0 replies
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.
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