-
Notifications
You must be signed in to change notification settings - Fork 14.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fresh Docker-Compose Local Execution Fails #8880
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
+1 same issue here |
I have found a temporary workaround:
to
Looks like the variables do not properly work in this situation. Beware: You also have to manually delete the db_home docker volume for the changes to have any effect. |
Thank you for reporting. I can replicate the issue. Created a temporary fix, tried to retain the variable indirection but it does not seem possible. |
I do not think this is an issue. If you use docker-compose.yml file, you should at least look into what you are using in there, what are the parameters expected. |
Fixed with #8882 |
I'm currently facing the same problem and I've the correct .env file. The only think I changed was the port in the db (inside the docker-compose.yml to 5432:5432). OS: docker-compose.yml
ENV file:
Error LOG:
|
Tried to get Superset up and running on my local macOS machine with docker-compose based on the docs (https://superset.apache.org/installation.html#start-with-docker) and it fails to authenticate to the backend Postgres database and therefore won't start.
Expected results
I expect that when I run
docker-compose up
after a fresh pull of the repo, it would run and allow me to access SuperSet locallyActual results
Fails with the following error:
Screenshots
N/A
How to reproduce the bug
git clone https://github.com/apache/incubator-superset/
cd incubator-superset
docker-compose up
Environment
(please complete the following information):
Unknown, running in docker. Git commit is commit 36c6f4ca3adfb237e1a4931563b782a4d7e7932a
Docker Compose
Docker Compose
Docker Compose
Checklist
Make sure these boxes are checked before submitting your issue - thank you!
Additional context
N/A
The text was updated successfully, but these errors were encountered: