Added formatter
This commit is contained in:
@@ -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^\\/])+$/"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user