Copied all stacks

This commit is contained in:
Khwezi
2026-04-11 09:51:19 +02:00
parent 7c14e29bd4
commit 99efa12f43
25 changed files with 1040 additions and 4 deletions

View File

@@ -0,0 +1,15 @@
version: '3.8'
services:
nexus:
image: sonatype/nexus3:latest
container_name: nexus-mirror
restart: always
ports:
- "4009:8081"
- "4010:8082"
environment:
# Memory limits: Adjust based on your VM capacity
- INSTALL4J_ADD_VM_PARAMS=-Xms2g -Xmx2g -XX:MaxDirectMemorySize=2g -Dnexus.secrets.file=/nexus-data/nexus.secrets.json
volumes:
- ./nexus-data:/nexus-data