From 90a0998502772a8ee0ccec4d6d84c004bfc2ffd4 Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Wed, 23 Jan 2019 16:05:07 +1300 Subject: [PATCH] feat(templates): add sonatype nexus 3 template --- templates.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/templates.json b/templates.json index f99369d9f..c2dfe94a3 100644 --- a/templates.json +++ b/templates.json @@ -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"}] } ]