Merge pull request #26 from cloud-inovasi/template-jenkins
Add the jenkins template
This commit is contained in:
@@ -14,6 +14,7 @@ It also describes how to host your own Apps.
|
|||||||
* Mongo (based on `mongo:latest`)
|
* Mongo (based on `mongo:latest`)
|
||||||
* Elasticsearch (based on `elasticsearch:latest`)
|
* Elasticsearch (based on `elasticsearch:latest`)
|
||||||
* Redis (based on `redis:latest`)
|
* Redis (based on `redis:latest`)
|
||||||
|
* Jenkins (based on `jenkins:latest`)
|
||||||
* WordPress (based on `wordpress:latest`)
|
* WordPress (based on `wordpress:latest`)
|
||||||
* Drupal (based on `drupal:latest`)
|
* Drupal (based on `drupal:latest`)
|
||||||
* Magento 2 (based on `alankent/gsd:latest`)
|
* Magento 2 (based on `alankent/gsd:latest`)
|
||||||
|
|||||||
@@ -69,7 +69,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Redis",
|
"title": "Redis",
|
||||||
"description": "open source in-memory data structure store",
|
"description": "Open-source in-memory data structure store",
|
||||||
"logo": "https://hub.docker.com/public/images/official/redis.png",
|
"logo": "https://hub.docker.com/public/images/official/redis.png",
|
||||||
"image": "redis:latest",
|
"image": "redis:latest",
|
||||||
"ports": [
|
"ports": [
|
||||||
@@ -77,6 +77,17 @@
|
|||||||
],
|
],
|
||||||
"volumes": ["/data"]
|
"volumes": ["/data"]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"title": "Jenkins",
|
||||||
|
"description": "Open-source continuous integration tool",
|
||||||
|
"logo": "https://hub.docker.com/public/images/official/jenkins.png",
|
||||||
|
"image": "jenkins:latest",
|
||||||
|
"ports": [
|
||||||
|
"8080/tcp",
|
||||||
|
"50000/tcp"
|
||||||
|
],
|
||||||
|
"volumes": ["/var/jenkins_home"]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"title": "WordPress",
|
"title": "WordPress",
|
||||||
"description": "A free and open-source CMS",
|
"description": "A free and open-source CMS",
|
||||||
|
|||||||
Reference in New Issue
Block a user