summaryrefslogtreecommitdiff
path: root/nexus/docker-compose.yaml
AgeCommit message (Collapse)Author
2026-03-05nexus: add nexus to jenkins_networkArseney300
2026-03-02Reduce JVM memory for Nexus and Jenkins to fit 8GB serverArseney300
Nexus: cap heap at 1024m (down from default 2703m) Jenkins: cap heap at 512m (was unbounded) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02Add Nexus Repository Manager with Docker registry and Authelia authArseney300
Nexus provides artifact storage (Maven, raw, etc.) and a private Docker registry at registry.swave.lol. Authelia forward-auth protects Gerrit, Jenkins, and Nexus behind SSO. Includes setup guide, nginx config, certbot domains, and a Jenkins pipeline example for artifact uploads. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>