Commit Graph

3 Commits

Author SHA1 Message Date
vithobaa b16c7c4a35 fix: Nginx Docker DNS IPv6 SERVFAIL
Docker's internal DNS server often returns SERVFAIL for IPv6 (AAAA)
queries if IPv6 is disabled on the network. When Nginx encounters a
SERVFAIL for IPv6, it considers the whole resolution failed and throws
a 502 Bad Gateway. Added ipv6=off to the resolver directive.
2026-06-29 18:48:57 +05:30
vithobaa 9b4fe6677c fix: nginx resolves upstream at request time via Docker DNS
Nginx was crashing on startup because it tried to resolve the 'master'
hostname before the Spring Boot container was ready. Fixed by using
Docker's embedded DNS resolver (127.0.0.11) and a variable for
proxy_pass, which defers resolution to request time.
2026-06-29 18:31:15 +05:30
vithobaa a467069c9c feat: initial AutoPilot monorepo
- master/  : Spring Boot cloud coordinator (Gap 1-4 features)
- worker/  : Selenium execution engine
- ui/      : React + Vite dashboard (CI/CD integration page)
- docker-compose.yml       : production deployment
- docker-compose.local.yml : local dev (DB only)
- .env.example : environment variable template
- README.md : full deployment and local setup guide
2026-06-29 18:20:23 +05:30