alexkreidler opened a new issue #13957: URL: https://github.com/apache/superset/issues/13957
When I followed the recommended instructions for running Superset with Docker Compose, it took quite a while to load the example data. On a subsequent try it took 6 minutes and the HTTP endpoint provided no response (it just hung). ``` curl -vv http://0.0.0.0:8088/ (base) * Trying 0.0.0.0:8088... * TCP_NODELAY set * Connected to 0.0.0.0 (127.0.0.1) port 8088 (#0) > GET / HTTP/1.1 > Host: 0.0.0.0:8088 > User-Agent: curl/7.68.0 > Accept: */* > ``` It would be great if there was a version of the Docker Compose with no Postgres container, no example data from the init script, just a minimal installation. I think this could really help folks get started on devices with less resources, or who might already have a database they want to use rather than examples. As a side note, there is not much documentation on what each container does, and whether it is necessary. Adding this would really help folks like me who want to customize the docker-compose config. Thanks a ton! -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
