getsentry / getsentry/self-hosted
Set some services as configurable
Open
Improvement
Type: Enhancement
- Dominant language
- Shell
- Stars
- 9.6k
- Forks
- 2k
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 15
Description
### Summary
Set some services (for example, nginx, postgres) as configurable (for not deploying it)
### Motivation
I use my own postgresql installation for Sentry (and another docker containers) instead of having one postgresql-dockerized instance for each app. But sentry installs and get up of another server even when I doesn't require it.
I'll be great if some services non-essentials for the app (or susceptible of be outside too) can be configured for not deployment, for example, via some parameters on .env
### Additional Context
Contributor guide
Assessment
This issue has not been assessed yet.