Added formatter

This commit is contained in:
Kasra Bigdeli
2020-06-23 18:57:05 -04:00
parent f431362499
commit b0dd2e829f
84 changed files with 2422 additions and 2549 deletions

View File

@@ -10,9 +10,7 @@
"image": "thajeztah/pgadmin4:$$cap_pgadmin4_version",
"containerHttpPort": "5050",
"restart": "always",
"volumes": [
"$$cap_appname-data:/pgadmin"
]
"volumes": ["$$cap_appname-data:/pgadmin"]
}
}
},
@@ -20,7 +18,8 @@
"start": "pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world.\n\n Enter your Configuration parameters and click on next. It will take about a minute for the process to finish.",
"end": "pgAdmin is deployed and available as $$cap_appname"
},
"variables": [{
"variables": [
{
"id": "$$cap_pgadmin4_version",
"label": "Version Tag",
"description": "Check out their Docker page for the valid tags https://hub.docker.com/r/thajeztah/pgadmin4/tags/",
@@ -28,4 +27,4 @@
"validRegex": "/^([^\\s^\\/])+$/"
}
]
}
}