-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
Description
Self-Hosted Version
25.10.0
CPU Architecture
x86_64
Docker Version
28.5.1
Docker Compose Version
2.40.2
Machine Specification
- My system meets the minimum system requirements of Sentry
Steps to Reproduce
- Set
UPTIME_CHECKER_ALLOW_INTERNAL_IPS=truein.env.custom docker compose --env-file .env --env-file .env.custom up --wait- Observe that uptime checks on private IP space don't work
Expected Result
It should be possible to enable uptime checks on private IPs without editing docker-compose.yml, because that dirties the git repo and makes updating annoying.
Actual Result
Putting this setting in a .env file apparently doesn't work:
$ docker compose exec uptime-checker env | grep UPTIME_CHECKER_ALLOW_INTERNAL_IPS
UPTIME_CHECKER_ALLOW_INTERNAL_IPS=false
(also, UPTIME_CHECKER_ALLOW_INTERNAL_IPS isn't documented anywhere except in the release notes for 25.7.0...)
Event ID
No response
Metadata
Metadata
Assignees
Labels
Projects
Status
No status
Status
Waiting for: Community