[6.0.0rc2] Custom prefix for URL on your site, not localhost. Closing port 8088 to external access. #35637
Replies: 1 comment
-
Yes, you can run Superset with a custom URL path prefix by setting the When closing port 8088 to external access, Superset should be exposed via a reverse proxy (such as Nginx or Traefik) that forwards requests to the container internally. Make sure to enable proxy header handling in Superset using For Docker networking: if Superset cannot connect to the database after moving to a custom network, check that the database hostname in Superset's default Docker Compose setup is for single-host development and may require extra configuration for production, especially with custom networks and reverse proxies. If you need more advanced networking, ensure all services are on the same Docker network and that service names are used for connectivity source. Let me know if you need more details on reverse proxy configuration or troubleshooting database connectivity! To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there anyone who uses Apache Superset on their site with a custom path, for example: mysite.com/analytic/monitor
I'm running superset in docker, checkpoint 6.0.0rc2 (to change SUPERSET_APP_ROOT). The problem is that when I remove port 8088 from docker, I can't reach the apache superset container. If you create a custom network using:
and assign it to superset:
Then superset will complain that it cannot connect to the database. You can try to fix this through custom SQLALCHEMY_DATABASE_URI, however, after starting the container, it does not work. Has anyone had similar problems?
Beta Was this translation helpful? Give feedback.
All reactions