Skip to content

Commit

Permalink
fix: nexus service
Browse files Browse the repository at this point in the history
  • Loading branch information
peaklabs-dev committed Dec 11, 2024
1 parent b685bbe commit fdd8323
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Binary file removed public/svgs/nexus-arm.png
Binary file not shown.
3 changes: 1 addition & 2 deletions templates/compose/nexus-arm.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# documentation: https://help.sonatype.com/en/sonatype-nexus-repository.html
# slogan: Open source Universal Repository Manager (ARM version, community edition), default credentials: admin/admin123
# tags: repository, manager, open source, docker, docker, registry, container
# logo: svgs/nexus-arm.png
# logo: svgs/nexus.png
# port: 8081

services:
nexus:
image: sonatypecommunity/nexus3
restart: on-failure
environment:
- SERVICE_FQDN_NEXUS_8081
- NEXUS_SECURITY_RANDOMPASSWORD=false
Expand Down
4 changes: 2 additions & 2 deletions templates/compose/nexus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
services:
nexus:
image: sonatype/nexus3
restart: on-failure
platform: linux/amd64
environment:
- SERVICE_FQDN_NEXUS_8081
- NEXUS_SECURITY_RANDOMPASSWORD=false
- NEXUS_SECURITY_RANDOMPASSWORD=${NEXUS_SECURITY_RANDOMPASSWORD:-false}
- INSTALL4J_ADD_VM_PARAMS=-Xms2703m -Xmx2703m -XX:MaxDirectMemorySize=2703m -Djava.util.prefs.userRoot=/nexus-data/javaprefs
volumes:
- nexus_data:/nexus-data
Expand Down

0 comments on commit fdd8323

Please sign in to comment.