feat(templates): add Mautic template
This commit is contained in:
@@ -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`)
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user