Reformat all

This commit is contained in:
Kasra Bigdeli
2019-01-16 23:01:46 -08:00
parent fab96ad238
commit 9b8d75d061
15 changed files with 436 additions and 510 deletions

View File

@@ -1,28 +1,23 @@
{
"captainVersion": "1",
"documentation": "Taken from https://hub.docker.com/r/phpmyadmin/phpmyadmin/",
"dockerCompose":
{
"dockerCompose": {
"version": "3.3",
"services":
{
"$$cap_appname":
{
"services": {
"$$cap_appname": {
"image": "phpmyadmin/phpmyadmin:$$cap_pma_version",
"restart": "always",
"environment":
{
"environment": {
"PMA_ARBITRARY": "1"
}
}
}
},
"instructions":{
"start":"PhpMyAdmin is the most popular web interface for MySQL & MariaDB. Simply install PhpMyAdmin and then select what database you want to connect to.\n\n Enter your PhpMyAdmin Configuration parameters and click on next. It will take about a minute for the process to finish.",
"end":"PhpMyAdmin is deployed and available as $$cap_appname"
"instructions": {
"start": "PhpMyAdmin is the most popular web interface for MySQL & MariaDB. Simply install PhpMyAdmin and then select what database you want to connect to.\n\n Enter your PhpMyAdmin Configuration parameters and click on next. It will take about a minute for the process to finish.",
"end": "PhpMyAdmin is deployed and available as $$cap_appname"
},
"variables": [
{
"variables": [{
"id": "$$cap_pma_version",
"label": "PHP My Admin Version Tag",
"description": "Checkout their docker page for the valid tags https://hub.docker.com/r/phpmyadmin/phpmyadmin/tags/",
@@ -30,4 +25,4 @@
"validRegex": "/^([a-zA-Z0-9-.])+$/"
}]
}
}