shaoxp commented on code in PR #27953:
URL: https://github.com/apache/superset/pull/27953#discussion_r1570141250


##########
docker-compose-image-tag.yml:
##########
@@ -33,7 +33,11 @@ services:
       - redis:/data
 
   db:
-    env_file: docker/.env
+    env_file:

Review Comment:
   these changes for env_file seems make i can not start superset following the 
documentation by
   `docker-compose -f docker-compose-image-tag.yml up`
   
   the error:
   ```The Compose file './docker-compose-image-tag.yml' is invalid because:
   services.db.env_file contains {"path": "docker/.env", "required": true}, 
which is an invalid type, it should be a string
   services.superset.env_file contains {"path": "docker/.env", "required": 
true}, which is an invalid type, it should be a string
   services.superset-init.env_file contains {"path": "docker/.env", "required": 
true}, which is an invalid type, it should be a string
   services.superset-worker.env_file contains {"path": "docker/.env", 
"required": true}, which is an invalid type, it should be a string
   services.superset-worker-beat.env_file contains {"path": "docker/.env", 
"required": true}, which is an invalid type, it should be a string```
   
   I am on Ubuntu 22.04.4 LTS 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to