1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-03 04:45:21 +02:00

feat(templates): add sonatype nexus 3 template

This commit is contained in:
Anthony Lapenna 2019-01-23 16:05:07 +13:00
parent 1a4dff536d
commit 90a0998502

View file

@ -874,5 +874,18 @@
"label": "Datadog API key"
}
]
},
{
"type": 1,
"title": "Sonatype Nexus3",
"description": "Sonatype Nexus3 registry manager",
"categories": ["docker"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/sonatype.png",
"image": "sonatype/nexus3:latest",
"ports": [
"8081/tcp"
],
"volumes": [{ "container": "/nexus-data"}]
}
]