Self-hostedSentrymostlyworkswithDockerComposev2(inadditiontov1>=1.28.0).Thereis[onemorebug](https://github.com/getsentry/self-hosted/issues/1133) we are trying to squash.
Inthebeginningweusedtheterm"on-premise"andovertimeweintroducedtheterm"self-hosted."Inanefforttoregainsomeconsistencyforbothbrandinganddevelopermentaloverheadpurposes,wearestandardizingontheterm"self-hosted."Thisreleaseincludesafairportionoftheworktowardsthisacrossmultiplerepos,hopefullyafuturereleasewillincludetheremainder.Someorphanedcontainers/volumes/networksare[expected](https://github.com/getsentry/self-hosted/pull/1169#discussion_r756401917). You may clean them up with `docker-compose down --remove-orphans`.
By:@chadwhitacre(#1169)
###AddsupportforcustomDotEnvfile
Thereareseveralwaysto[configureself-hostedSentry](https://develop.sentry.dev/self-hosted/#configuration) and one of them is the `.env` file. In this release we add support for a `.env.custom` file that is git-ignored to make it easier for you to override keys configured this way with custom values. Thanks to @Sebi94nbg for the contribution!
By:@Sebi94nbg(#1113)
###Variousfixes&improvements
-Revert"Rename onpremise to self-hosted"(5495fe2e)by@chadwhitacre
-feat:SupportcustomCAroots([#27062](https://github.com/getsentry/sentry/pull/27062)), see the [docs](https://develop.sentry.dev/self-hosted/custom-ca-roots/) for more details.
-fix:Fix`curl`imagetoversion7.77.0
-upgrade:docker-composeversionto1.29.2
-feat:Leveragehealthchecksfordepends_on
##21.7.0
-Nodocumentedchanges.
##21.6.3
-Nodocumentedchanges.
##21.6.2
-BREAKINGCHANGE:Thefrontendbundlewillbeloadedasynchronously(via[#25744](https://github.com/getsentry/sentry/pull/25744)). This is a breaking change that can affect custom plugins that access certain globals in the django template. Please see https://forum.sentry.io/t/breaking-frontend-changes-for-custom-plugins/14184 for more information.