migrated to v4

This commit is contained in:
Kasra Bigdeli
2020-08-16 19:24:26 -04:00
parent 2b5f8234fd
commit 43505a20e8
304 changed files with 6319 additions and 6986 deletions

View File

@@ -1,30 +0,0 @@
{
"captainVersion": "2",
"documentation": "Taken from https://hub.docker.com/r/thajeztah/pgadmin4 ",
"displayName": "",
"description": "pgAdmin 4 is a complete rewrite of pgAdmin, built using Python and Javascript/jQuery",
"dockerCompose": {
"version": "3.3",
"services": {
"$$cap_appname": {
"image": "thajeztah/pgadmin4:$$cap_pgadmin4_version",
"containerHttpPort": "5050",
"restart": "always",
"volumes": ["$$cap_appname-data:/pgadmin"]
}
}
},
"instructions": {
"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": [
{
"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/",
"defaultValue": "3.6",
"validRegex": "/^([^\\s^\\/])+$/"
}
]
}