Sebastian Fisahn hace 1 año
padre
commit
7eeea8032f
Se han modificado 1 ficheros con 15 adiciones y 0 borrados
  1. 15 0
      Portainer-files/nexus3.yaml

+ 15 - 0
Portainer-files/nexus3.yaml

@@ -0,0 +1,15 @@
+version: "3"
+
+services:
+  nexus3:
+    image: sonatype/nexus3
+    environment:
+      INSTALL4J_ADD_VM_PARAMS: -Xms1g -Xmx1g -XX:MaxDirectMemorySize=1g
+    volumes:
+      - "/mnt/volume-data/nexus-data/nexus-data:/nexus-data"
+    ports:
+      - "8081:8081/tcp"
+      - "8082:8082/tcp"
+
+volumes:
+  nexus-data: {}