-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
Compose file './docker-compose.yml' invalid #29583
Comments
Hey there, @F041! 👋 I'm here to help you with any bugs, questions, or contributions you have regarding the repository. To resolve the error related to the COMPOSE_PROJECT_NAME=superset
# database configurations (do not modify)
DATABASE_DB=superset
DATABASE_HOST=db
# Make sure you set this to a unique secure random value on production
DATABASE_PASSWORD=superset
DATABASE_USER=superset
EXAMPLES_DB=examples
EXAMPLES_HOST=db
EXAMPLES_USER=examples
# Make sure you set this to a unique secure random value on production
EXAMPLES_PASSWORD=examples
EXAMPLES_PORT=5432
# database engine specific environment variables
# change the below if you prefer another database engine
DATABASE_PORT=5432
DATABASE_DIALECT=postgresql
POSTGRES_DB=superset
POSTGRES_USER=superset
# Make sure you set this to a unique secure random value on production
POSTGRES_PASSWORD=superset
#MYSQL_DATABASE=superset
#MYSQL_USER=superset
#MYSQL_PASSWORD=superset
#MYSQL_RANDOM_ROOT_PASSWORD=yes
# Add the mapped in /app/pythonpath_docker which allows devs to override stuff
PYTHONPATH=/app/pythonpath:/app/docker/pythonpath_dev
REDIS_HOST=redis
REDIS_PORT=6379
FLASK_DEBUG=true
SUPERSET_ENV=development
SUPERSET_LOAD_EXAMPLES=yes
CYPRESS_CONFIG=false
SUPERSET_PORT=8088
MAPBOX_API_KEY=''
# Make sure you set this to a unique secure random value on production
SUPERSET_SECRET_KEY=TEST_NON_DEV_SECRET
ENABLE_PLAYWRIGHT=false
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
BUILD_SUPERSET_FRONTEND_IN_DOCKER=true Ensure that the file is saved with the correct
After verifying and correcting these potential issues, try running |
I just tried to upgrade to latest docker-compose (ob my macbook pro M2 from 2.25.0 to 2.28.1) and fired |
docker-compose version 1.29.2, before running
then I got |
Time to upgrade your docker-compose, the version you use appears to be 3+ years old |
Adding this utility, it should help people set up dev environments -> #29609 |
Solved doing something I feared:
now I got v2.29 It took over 10 minutes to complete the docker-compose up, though (ARM, 4VCPU) |
In case anyone else ends up here as a result of I spent quite a while chasing down the location of that env over-ride, before realizing where it was. |
Bug description
I followed https://superset.apache.org/docs/installation/docker-compose/ and I got this
on an ubuntu ARM machine
How to reproduce the bug
I followed https://superset.apache.org/docs/installation/docker-compose/
Screenshots/recordings
No response
Superset version
master / latest-dev
Python version
3.9
Node version
16
Browser
Chrome
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: