Add the Redmine template

This commit is contained in:
Anthony Lapenna
2016-09-20 17:05:30 +12:00
parent f269145eaa
commit 44cd0215d5
2 changed files with 24 additions and 12 deletions

View File

@@ -126,17 +126,6 @@
],
"volumes": ["/var/lib/rabbitmq"]
},
{
"title": "Jenkins",
"description": "Open-source continuous integration tool",
"logo": "https://wiki.jenkins-ci.org/download/attachments/2916393/logo.png",
"image": "jenkins:latest",
"ports": [
"8080/tcp",
"50000/tcp"
],
"volumes": ["/var/jenkins_home"]
},
{
"title": "WordPress",
"description": "A free and open-source CMS",
@@ -220,5 +209,26 @@
"8088/tcp"
],
"volumes": ["/var/lib/wowza"]
},
{
"title": "Jenkins",
"description": "Open-source continuous integration tool",
"logo": "https://wiki.jenkins-ci.org/download/attachments/2916393/logo.png",
"image": "jenkins:latest",
"ports": [
"8080/tcp",
"50000/tcp"
],
"volumes": ["/var/jenkins_home"]
},
{
"title": "Redmine",
"description": "Open-source project management tool",
"logo": "https://hub.docker.com/public/images/official/redmine.png",
"image": "redmine:latest",
"ports": [
"3000/tcp"
],
"volumes": ["/usr/src/redmine/files"]
}
]