unable to login to superset UI after the modification of docker-compose.yml file #29975
Replies: 8 comments 6 replies
-
Hello @naveenankasadaddi! I'm here to help with any bugs, questions, or contributions you have. Let's tackle this issue together! You are unable to log in to the UI after modifying the To resolve this, revert the env_file:
- path: docker/.env # default
required: true
- path: docker/.env-local # optional override
required: false This ensures that any environment variables defined in |
Beta Was this translation helpful? Give feedback.
-
Hello @dosu I'am unable to start the containers with the original content. I'am using the Docker version 25.0.3,Docker Compose version v2.19.0.I'am facing the below issue $ sudo docker compose up -d |
Beta Was this translation helpful? Give feedback.
-
Hello @dosu, As per your suggesations,if I modify the content like this facing the issue like this . $ sudo docker compose up -d my docker-compose.yml is correctly formatted Here's my docker.compose.yml file Licensed to the Apache Software Foundation (ASF) under one or morecontributor license agreements. See the NOTICE file distributed withthis work for additional information regarding copyright ownership.The ASF licenses this file to You under the Apache License, Version 2.0(the "License"); you may not use this file except in compliance withthe License. You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0Unless required by applicable law or agreed to in writing, softwaredistributed under the License is distributed on an "AS IS" BASIS,WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions andlimitations under the License.-----------------------------------------------------------------------We don't support docker-compose for production environments.If you choose to use this type of deployment make sure tocreate you own docker environment file (docker/.env) with your ownunique random secure passwords and SECRET_KEY.-----------------------------------------------------------------------x-superset-user: &superset-user root
/app/pythonpath_docker will be appended to the PYTHONPATH in the final container
x-common-build: &common-build services: db: superset: superset-websocket:
superset-init: superset-node: superset-worker: superset-worker-beat: superset-tests-worker: volumes: |
Beta Was this translation helpful? Give feedback.
-
After using the above content I'am facing the below ERROR $ sudo docker compose up -d Here's my file content, |
Beta Was this translation helpful? Give feedback.
-
@dosu I have used the above configs still iam facing the issue $ sudo docker compose up -d |
Beta Was this translation helpful? Give feedback.
-
$ sudo docker compose up -d |
Beta Was this translation helpful? Give feedback.
-
Thank you @dosu. You realy saved my day |
Beta Was this translation helpful? Give feedback.
-
Hello Everyone, docker compose -f docker-compose-image-tag.yml up --build any help would be appreciated!! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
unable to login,after modifing the docker-compose.yml
modified content:
original content:
env_file:
- path: docker/.env # default
required: true
- path: docker/.env-local # optional override
required: false
Beta Was this translation helpful? Give feedback.
All reactions