Currently SigNoz docker-compose setup exposes the frontend directly.
It might be useful to add an NGINX reverse proxy service that:
Routes traffic to the frontend
Allows easy TLS configuration
Makes production deployment easier
Proposal
Add an optional docker-compose.yml with:
NGINX reverse proxy
Config file for routing to frontend
Documentation in deployment guide
I would like to work on this if maintainers think it is useful.