Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .env.docker
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ FRONTEND_URL=http://localhost:3000
# ============================================================================
# Health Check Configuration
# Whitelist IPs that can access detailed health check endpoints
# Docker host IP (192.168.65.1) allows access from browser on Mac
# 192.168.65.1 = Docker Desktop for Mac gateway IP
# 192.168.0.0/16 covers both Docker and Podman default network ranges
HEALTH_CHECK_ALLOWED_IPS=127.0.0.1,::1,192.168.65.1,192.168.0.0/16

# ============================================================================
Expand Down
Loading