GitHub user KirP32 created a discussion: [6.0.0rc2] Custom prefix for URL on 
your site, not localhost. Closing port 8088 to external access.

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: 
```
networks:
  infra_net:
    external: true
```

and assign it to superset:

```
services:
  superset:
    container_name: superset_app
    networks:
      - infra_net
```

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?

GitHub link: https://github.com/apache/superset/discussions/35637

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: 
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to