summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorKasra Bigdeli <[email protected]>2019-02-07 21:51:52 -0800
committerKasra Bigdeli <[email protected]>2019-02-07 21:51:52 -0800
commit71c49c92370e351a293ab9966fe8b6459636ecd8 (patch)
tree55dd3fcf59bba79e52466c19ef821a4a134af56e
parentc4cbad76cd2c463bf1c3dee4040c79e48fc3aa88 (diff)
downloadcaprover-one-click-apps-71c49c92370e351a293ab9966fe8b6459636ecd8.tar.gz
caprover-one-click-apps-71c49c92370e351a293ab9966fe8b6459636ecd8.zip
Deployed pgAdmin
-rw-r--r--public/v1/apps/pgadmin4.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/public/v1/apps/pgadmin4.json b/public/v1/apps/pgadmin4.json
new file mode 100644
index 0000000..74e8524
--- /dev/null
+++ b/public/v1/apps/pgadmin4.json
@@ -0,0 +1,29 @@
+{
+ "captainVersion": "1",
+ "documentation": "Taken from https://hub.docker.com/r/thajeztah/pgadmin4 ",
+ "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": "Checkout their docker page for the valid tags https://hub.docker.com/r/thajeztah/pgadmin4/tags/",
+ "defaultValue": "3.6",
+ "validRegex": "/^([^\\s^\\/])+$/"
+ }
+ ]
+} \ No newline at end of file