Skip to content

Configure the superset static assets with an nginx container

Btullis requested to merge split_superset_container into main

We wish to use a separate container for the superset static assets so that we can use a stremalined nginx web server instead of using gunicorn workers for this.

Bug: T357890

Merge request reports