TLDR Romario asked about changing the front-end port to work with a subdomain and Cloudflare DNS. Prashant suggested using Nginx ingress controller and cert-manager, but Romario decided to use Nginx and Certbot with Docker Compose.
I’m going to plug nginx with certbot, easier :smile:
Prashant
Romario yes, using nginx ingress controller and cert-manager, it should be easy to set up TLS.
We have docs around the same here:
But I’m not using K8s, I’m using docker compose
Related
I see. It makes sense to use Nginx and Certbot.
Romario
Mon, 10 Apr 2023 15:29:34 UTCHello, can I change the front-end port to run on port 80 and have cloudflare DNS work with a subdomain? example: -> signoz frontend
I’m want to use cloudflare proxying to have TLS configured automatically