Add the Redmine template
This commit is contained in:
@@ -102,8 +102,10 @@ $ docker run -d -p "8080:80" -v "${PWD}/templates.json:/usr/share/nginx/html/tem
|
||||
* Solr (based on `solr:latest`)
|
||||
* Redis (based on `redis:latest`)
|
||||
* RabbitMQ (based on `rabbitmq:latest`)
|
||||
* Jenkins (based on `jenkins:latest`)
|
||||
* WordPress (based on `wordpress:latest`)
|
||||
* Joomla (based on `joomla:latest`)
|
||||
* Drupal (based on `drupal:latest`)
|
||||
* Magento 2 (based on `alankent/gsd:latest`)
|
||||
* Wowza (based on `sameersbn/wowza:4.1.2-8`)
|
||||
* Jenkins (based on `jenkins:latest`)
|
||||
* Redmine (based on `redmine:latest`)
|
||||
|
||||
@@ -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"]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user