getsentry / getsentry/self-hosted
Feature Request: Explicitly define a internal network in docker-compose.
Open
Improvement
Type: Enhancement
- Dominant language
- Shell
- Stars
- 9.6k
- Forks
- 2k
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 15
Description
## Summary
This is a request to explicitly define docker networks in the docker-compose.
## Motivation
For the purposes of adding sentry onpremise to existing networks, some containers might need to be added to a external network. This will prevent that container from accessing the default network created by docker-compose. To prevent this from happening, all containers need to be explicitly added to a network that they share with all other containers they need access to.
This is important for cases where users may want to reverse-proxy sentry themselves, especially using something like traefik.
related to #698
Contributor guide
Assessment
This issue has not been assessed yet.