From fdbc6b500b5eba6c0f71282ffae7e4927d55c3dc Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Sun, 19 Mar 2017 17:53:42 +0100 Subject: [PATCH] feat(templates): add Mautic template --- README.md | 1 + templates.json | 25 +++++++++++++++++++++++-- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a03a1a..4cea87b 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ Documentation is available [ReadTheDocs](http://portainer.readthedocs.io/en/late * Drupal (based on `drupal:latest`) * Plone (based on `plone:latest`) * Magento 2 (based on `alankent/gsd:latest`) +* Mautic (based on `mautic/mautic:latest`) * Wowza (based on `sameersbn/wowza:4.1.2-8`) * Jenkins (based on `jenkins:latest`) * Redmine (based on `redmine:latest`) diff --git a/templates.json b/templates.json index 3066470..451c235 100644 --- a/templates.json +++ b/templates.json @@ -90,7 +90,7 @@ }, { "title": "CockroachDB", - "description": "An open source, survivable, strongly consistent, scale-out SQL database.", + "description": "An open source, survivable, strongly consistent, scale-out SQL database", "logo": "https://cloudinovasi.id/assets/img/logos/cockroachdb.png", "image": "cockroachdb/cockroach:latest", "ports": [ @@ -113,7 +113,7 @@ }, { "title": "Minio", - "description": "A distributed object storage server built for cloud applications and devops.", + "description": "A distributed object storage server built for cloud applications and devops", "logo": "https://cloudinovasi.id/assets/img/logos/minio.png", "image": "minio/minio:latest", "ports": [ @@ -237,6 +237,27 @@ ], "volumes": ["/var/www/html/"] }, + { + "title": "Mautic", + "description": "Open-source marketing automation platform", + "logo": "https://cloudinovasi.id/assets/img/logos/mautic.png", + "image": "mautic/mautic:latest", + "env": [ + { + "name": "MAUTIC_DB_HOST", + "label": "MySQL database host", + "type": "container" + }, + { + "name": "MAUTIC_DB_PASSWORD", + "label": "Database password" + } + ], + "ports": [ + "80/tcp" + ], + "volumes": ["/var/www/html"] + }, { "title": "Wowza", "description": "Streaming media server",