getsentry / self-hosted

Sentry, feature-complete and packaged up for low-volume deployments and proofs-of-concept
https://develop.sentry.dev/self-hosted/
Other
7.49k stars 1.7k forks source link

Provide ssl based docker-compose.yaml file #3158

Closed Sunderasen closed 1 week ago

Sunderasen commented 1 week ago

Problem Statement

Hi, I have own ssl certificate unable to use https .kindly provide ssl based docker-compose.yaml file

Solution Brainstorm

No response

aldy505 commented 1 week ago

Hello! If you wish to install the TLS certificate for accessing your Sentry instance, it's recommended to apply it on your outmost reverse proxy instead. See the documentation here: https://develop.sentry.dev/self-hosted/reverse-proxy#enabling-https

That way, it's easier during upgrades and will play nicer with any of people's custom setups. Considering complying with everyone's needs is a bit of a maintenance burden.